[packages/tcsh] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:15:26 CEST 2025
commit 569ddc3de38783fc3c905122fbcb7514bbbf6e0b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:15:10 2025 +0200
Fix applying patches.
tcsh.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tcsh.spec b/tcsh.spec
index 461553f..d18a152 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -116,14 +116,14 @@ W tym pakiecie jest statycznie skonsolidowany tcsh.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{!?with_working_history:%patch2 -p1}
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
%build
cp /usr/share/automake/config.sub .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tcsh.git/commitdiff/569ddc3de38783fc3c905122fbcb7514bbbf6e0b
More information about the pld-cvs-commit
mailing list