generated from demus/golang-rpm
Compare commits
2 Commits
6206d85eab
...
4927b78387
Author | SHA1 | Date | |
---|---|---|---|
4927b78387 | |||
bb0533dfe8 |
@ -29,7 +29,7 @@ Test cases and implementation for "server-side apply".}
|
||||
conduct.md
|
||||
|
||||
Name: %{goname}
|
||||
Release: %autorelease -b 4
|
||||
Release: %autorelease -b 3
|
||||
Summary: Test cases and implementation for "server-side apply"
|
||||
|
||||
License: Apache-2.0
|
||||
@ -52,7 +52,7 @@ Source: %{gosource}
|
||||
%if %{without bootstrap}
|
||||
%build
|
||||
for cmd in smd; do
|
||||
%gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/v4/$cmd
|
||||
%gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd
|
||||
done
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user