aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-07-06 22:58:11 -0400
committerYosl <yosl@seattlemesh.net>2020-07-06 22:58:11 -0400
commit544aa75ab1a64b6d5e12c7180d998b891f584514 (patch)
tree044ea5c75dc68f87755cff386aef1ac530d55e35
parent6390826458c6dee85ab59b29d824b5d829ec6b4b (diff)
downloadgnunet-rpm-544aa75ab1a64b6d5e12c7180d998b891f584514.tar.gz
gnunet-rpm-544aa75ab1a64b6d5e12c7180d998b891f584514.zip
Correct Copr output directory
-rw-r--r--.copr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/.copr/Makefile b/.copr/Makefile
index 73fa15c..b7bdf45 100644
--- a/.copr/Makefile
+++ b/.copr/Makefile
@@ -1,3 +1,4 @@
1outdir ?= $(pwd)
1srpm: 2srpm:
2 dnf -y install libtool libtool-ltdl libtool-ltdl-devel autoconf make \ 3 dnf -y install libtool libtool-ltdl libtool-ltdl-devel autoconf make \
3 texinfo gettext gcc openssl libgcrypt-devel \ 4 texinfo gettext gcc openssl libgcrypt-devel \
@@ -7,7 +8,6 @@ srpm:
7 dbus authselect pulseaudio-libs sqlite-devel \ 8 dbus authselect pulseaudio-libs sqlite-devel \
8 zbar-devel gnutls-dane glibc pkgconf libgsf chrpath 9 zbar-devel gnutls-dane glibc pkgconf libgsf chrpath
9 rpmbuild gnunet-fedora.spec --ba --define "_rpmdir $(outdir)" 10 rpmbuild gnunet-fedora.spec --ba --define "_rpmdir $(outdir)"
10 mv "$(outdir)"/* "$(RPM_OUTDIR)/" 11 dnf -y install $(outdir)/gnunet-0.12.2-1~.fc31.x86_64.rpm \
11 dnf -y install $(RPM_OUTDIR)/gnunet-0.12.2-1~.fc31.x86_64.rpm \ 12 $(outdir)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \
12 $(RPM_OUTDIR)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \ 13 $(outdir)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm
13 $(RPM_OUTDIR)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm