[packages/glaxium] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:47:39 CEST 2025
commit ab6882ec275327ac8b5d45d30074fb14a5b6c680
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:47:23 2025 +0200
Fix applying patches.
glaxium.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glaxium.spec b/glaxium.spec
index aa47b89..8375607 100644
--- a/glaxium.spec
+++ b/glaxium.spec
@@ -31,9 +31,9 @@ kosmicznych.
%prep
%setup -q -n %{name}_%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
sed 's/^GLAXIUM_INSTALLDIR=/GLAXIUM_INSTALLDIR=$(DESTDIR)/' Makefile.in > Makefile.in.tmp
sed 's/^GLAXIUM_HOME=/GLAXIUM_HOME=$(DESTDIR)/' Makefile.in.tmp > Makefile.in
sed 's/^MAN_DIR=/MAN_DIR=$(DESTDIR)/' Makefile.in > Makefile.in.tmp
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glaxium.git/commitdiff/ab6882ec275327ac8b5d45d30074fb14a5b6c680
More information about the pld-cvs-commit
mailing list