[packages/think] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:17:33 CEST 2025
commit 88c1314cebdca759dcf2f7e317fa3d36a51de6b8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:17:17 2025 +0200
Fix applying patches.
think.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/think.spec b/think.spec
index b9c6e2d..ba48b53 100644
--- a/think.spec
+++ b/think.spec
@@ -70,8 +70,8 @@ przenoszenia liści.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
mv -f po/{no,nb}.po
mv -f po/{zh_TW.Big5,zh_TW}.po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/think.git/commitdiff/88c1314cebdca759dcf2f7e317fa3d36a51de6b8
More information about the pld-cvs-commit
mailing list