diff --git a/.copr/Makefile b/.copr/Makefile index e5adadb..47d4a61 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -4,4 +4,4 @@ srpm: pwd ls -l $(outdir) rpm -qa - /bin/bash -xEeuo pipefail -c 'rootdir="$$(basename $(spec))"; ln -s $(outdir) $$rootdir/SRPMS; rpmbuild --define "_topdir $(outdir)" -bs $(spec)' + /bin/bash -xEeuo pipefail -c 'rootdir="$$(dirname $(spec))/../"; ln -s $(outdir) $$rootdir/SRPMS; rpmbuild --define "_topdir $(outdir)" -bs $(spec)'