[packages/nx] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:38:31 CEST 2025
commit bf634590a81dabd94c0a73784f85e7690716a6a7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:38:15 2025 +0200
Fix applying patches.
nx.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/nx.spec b/nx.spec
index 984260d..9f63dc6 100644
--- a/nx.spec
+++ b/nx.spec
@@ -90,12 +90,12 @@ zdalnych sesjach X11 nawet przy prędkosci 56k albo większej.
%prep
%setup -q -c -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
cat <<EOF >>nx-X11/config/cf/host.def
#define UseRpath YES
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nx.git/commitdiff/bf634590a81dabd94c0a73784f85e7690716a6a7
More information about the pld-cvs-commit
mailing list