[packages/osdsh] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:48:17 CEST 2025
commit 9ff38783821ae74655ace578a257e67dd4c601c9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:48:01 2025 +0200
Fix applying patches.
osdsh.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/osdsh.spec b/osdsh.spec
index 621f5c7..530aee2 100644
--- a/osdsh.spec
+++ b/osdsh.spec
@@ -44,8 +44,8 @@ Pliki pozwalające tworzyć programy w oparciu o osdsh.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
mv data/README data/README.data
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/osdsh.git/commitdiff/9ff38783821ae74655ace578a257e67dd4c601c9
More information about the pld-cvs-commit
mailing list