[packages/BitTorrent] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:49:03 CEST 2025
commit 26c2907adb62bd09d90929927d03477df20457c3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:48:48 2025 +0200
Fix applying patches.
BitTorrent.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/BitTorrent.spec b/BitTorrent.spec
index a145383..24e3707 100644
--- a/BitTorrent.spec
+++ b/BitTorrent.spec
@@ -60,10 +60,10 @@ Graficzny interfejs użytkownika dla BitTorrenta.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
mv -f po/nb{_NO,}.po
mv -f po/nn{_NO,}.po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/BitTorrent.git/commitdiff/26c2907adb62bd09d90929927d03477df20457c3
More information about the pld-cvs-commit
mailing list