commit f3d5669fee41802cb71e339fd1d634fdf3a357bf parent 79790fc9fb9143e6efbf1ceba2161c80ce2d31c1 Author: Yosl <yosl@seattlemesh.net> Date: Mon, 6 Jul 2020 22:00:45 -0400 Moves outputted RPMs to appropriate path for Copr Diffstat:
| M | .copr/Makefile | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.copr/Makefile b/.copr/Makefile @@ -7,6 +7,7 @@ srpm: pulseaudio-libs sqlite-devel \ zbar-devel gnutls-dane glibc pkgconf libgsf chrpath rpmbuild gnunet-fedora.spec --ba --define "_rpmdir $(outdir)" - dnf -y install $(outdir)/gnunet-0.12.2-1~.fc31.x86_64.rpm \ - $(outdir)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \ - $(outdir)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm + mv "$(outdir)"/* "$(RPM_OUTDIR)/" + dnf -y install $(RPM_OUTDIR)/gnunet-0.12.2-1~.fc31.x86_64.rpm \ + $(RPM_OUTDIR)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \ + $(RPM_OUTDIR)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm