adjust build step

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2022-02-04 14:46:05 -05:00
parent 066cf353cf
commit 81c5df26b9

View File

@ -114,7 +114,7 @@ mv vendor src
mkdir -p src/github.com/containers
ln -s ../../../ src/%{import_path}
%gobuild -o bin/%{name} ./cmd/%{name}
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
pushd docs
for file in $(ls | grep 1.md)
do