[packages/ext2resize] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:28:56 CEST 2025
commit be992dc4ab430dcbe83442c8a3ed993b40c0393b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:28:40 2025 +0200
Fix applying patches.
ext2resize.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ext2resize.spec b/ext2resize.spec
index 210563b..6325511 100644
--- a/ext2resize.spec
+++ b/ext2resize.spec
@@ -23,8 +23,8 @@ Narzędzie do zmiany wielkości systemu plików ext2.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ext2resize.git/commitdiff/be992dc4ab430dcbe83442c8a3ed993b40c0393b
More information about the pld-cvs-commit
mailing list