[packages/gob] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:50:31 CEST 2025
commit 19dc67d36f53ab2b8b9efd9890eabb76f895b156
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:55:45 2025 +0200
Fix applying patches.
gob.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gob.spec b/gob.spec
index e8836e1..ab54090 100644
--- a/gob.spec
+++ b/gob.spec
@@ -30,8 +30,8 @@ jest do pewnego stopnia inspirowana Javą i yaccem.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gob.git/commitdiff/19dc67d36f53ab2b8b9efd9890eabb76f895b156
More information about the pld-cvs-commit
mailing list