[packages/faces] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:29:34 CEST 2025
commit 5082ec05a6acb2c469e7877ad5470ed05bfb8eee
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:29:18 2025 +0200
Fix applying patches.
faces.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/faces.spec b/faces.spec
index 2d88f6e..08487a2 100644
--- a/faces.spec
+++ b/faces.spec
@@ -144,11 +144,11 @@ ve başlık dosyalarını içerir.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
bison address.y -o address.c
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/faces.git/commitdiff/5082ec05a6acb2c469e7877ad5470ed05bfb8eee
More information about the pld-cvs-commit
mailing list