Fix -n option in %setup
This commit is contained in:
parent
f737b1ad9f
commit
5f9b18d080
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ providing packages with %{import_path} prefix.
|
|||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q n %{name}-%{version}
|
||||
%setup -q -n %{name}-%{version}
|
||||
%if ! 0%{?with_bundled}
|
||||
rm -rf Godeps/_workspace/src/github.com/{codegangsta,coreos,stretchr,jonboulle}
|
||||
rm -rf Godeps/_workspace/src/{code.google.com,bitbucket.org,golang.org}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue