[packages/istanbul] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:18:07 CEST 2025
commit f257115b44e2d23ea8bb3921fc4fb3b4e5316fad
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:17:51 2025 +0200
Fix applying patches.
istanbul.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/istanbul.spec b/istanbul.spec
index b66732b..2829fa3 100644
--- a/istanbul.spec
+++ b/istanbul.spec
@@ -50,9 +50,9 @@ do plików filmów w formacie Ogg Theora.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
for a in `cat debian/patches/series`; do
patch -p1 < debian/patches/$a || exit 1
done
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/istanbul.git/commitdiff/f257115b44e2d23ea8bb3921fc4fb3b4e5316fad
More information about the pld-cvs-commit
mailing list