[packages/filelight] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:32:10 CEST 2025
commit 8176919d46af00ae0ddb4cbc238aa09c4ff2a5bc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:31:54 2025 +0200
Fix applying patches.
filelight.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/filelight.spec b/filelight.spec
index e27c7ad..113c34a 100644
--- a/filelight.spec
+++ b/filelight.spec
@@ -36,8 +36,8 @@ zbliżoną do KDirstat, ale w bardziej zwięzłej formie.
%prep
%setup -q -a1
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} -f admin/Makefile.common
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/filelight.git/commitdiff/8176919d46af00ae0ddb4cbc238aa09c4ff2a5bc
More information about the pld-cvs-commit
mailing list