adjust build step
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
066cf353cf
commit
81c5df26b9
@ -4,7 +4,7 @@
|
|||||||
%global _find_debuginfo_dwz_opts %{nil}
|
%global _find_debuginfo_dwz_opts %{nil}
|
||||||
%global _dwz_low_mem_die_limit 0
|
%global _dwz_low_mem_die_limit 0
|
||||||
%else
|
%else
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global provider github
|
%global provider github
|
||||||
@ -114,7 +114,7 @@ mv vendor src
|
|||||||
mkdir -p src/github.com/containers
|
mkdir -p src/github.com/containers
|
||||||
ln -s ../../../ src/%{import_path}
|
ln -s ../../../ src/%{import_path}
|
||||||
|
|
||||||
%gobuild -o bin/%{name} ./cmd/%{name}
|
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
|
||||||
pushd docs
|
pushd docs
|
||||||
for file in $(ls | grep 1.md)
|
for file in $(ls | grep 1.md)
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user