diff --git a/.copr/Makefile b/.copr/Makefile index fa2e728ee9..f005fb1b07 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -13,5 +13,5 @@ outdir ?= /tmp srpm: - cd .. && make srpm - cp ../packaging/rpm/_rpmbuild/SRPMS/*.src.rpm $(outdir) \ No newline at end of file + make srpm # from the project top level makefile + cp packaging/rpm/_rpmbuild/SRPMS/*.src.rpm $(outdir) \ No newline at end of file