summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus2023-03-28 09:40:40 (GMT)
committerJan Palus2023-03-28 09:40:40 (GMT)
commit1775127a919df6a85206393229ed8acd50042dc1 (patch)
tree9eafb90009fd12d9fc1159d3d651ad3e93a085b9
parent2ec8cb8943f0c5fad2370b195685f740ca5c4e5a (diff)
downloadrhash-master.zip
rhash-master.tar.gz
serialize installHEADmaster
both "build-install-binary" and "install-symlinks" targets will trigger "install-binary" target making it racy
-rw-r--r--rhash.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhash.spec b/rhash.spec
index 3d256f6..76c0e65 100644
--- a/rhash.spec
+++ b/rhash.spec
@@ -111,7 +111,7 @@ RHash - statyczna wersja biblioteki funkcji skrótu.
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install install-pkg-config \
+%{__make} -j1 install install-pkg-config \
DESTDIR=$RPM_BUILD_ROOT
# missing from top-level Makefile