[packages/veewee] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:29:26 CEST 2025
commit 869037a251c24a50aea71f61540dc63bde8eb5c6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:29:10 2025 +0200
Fix applying patches.
veewee.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/veewee.spec b/veewee.spec
index b8da0f8..fafa02a 100644
--- a/veewee.spec
+++ b/veewee.spec
@@ -57,8 +57,8 @@ Besides building Vagrant boxes, veewee can also be used for:
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e '1 s,#!.*ruby,#!%{__ruby},' bin/*
# unvendor
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/veewee.git/commitdiff/869037a251c24a50aea71f61540dc63bde8eb5c6
More information about the pld-cvs-commit
mailing list