[packages/premake3] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:21:57 CEST 2025


commit 785a6f7ff5dc9533ea7f5f9ad2416d16310ea5ba
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:21:41 2025 +0200

    Fix applying patches.

 premake3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/premake3.spec b/premake3.spec
index 93dd165..2729853 100644
--- a/premake3.spec
+++ b/premake3.spec
@@ -40,8 +40,8 @@ pliki projektów dla:
 
 %prep
 %setup -q -n premake-%{version}.orig
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 sed -i -e's/@\$(CC/$(CC/g;s/@\$(BLD/$(BLD/' Src/Makefile
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/premake3.git/commitdiff/785a6f7ff5dc9533ea7f5f9ad2416d16310ea5ba



More information about the pld-cvs-commit mailing list