[packages/phpwiki] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:15:13 CEST 2025
commit 931fa7a5b67ffee43a6bbd0da276c4883e05dc1e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:14:57 2025 +0200
Fix applying patches.
phpwiki.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/phpwiki.spec b/phpwiki.spec
index 6b008aa..8adb354 100644
--- a/phpwiki.spec
+++ b/phpwiki.spec
@@ -47,8 +47,8 @@ mv config/config{-dist,}.ini
mv config/phpwiki.spec .
mv config/make-dbhelper.pl .
rm -rf lib/pear
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
cat > apache.conf <<EOF
Alias /%{_webapp} %{_appdir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/phpwiki.git/commitdiff/931fa7a5b67ffee43a6bbd0da276c4883e05dc1e
More information about the pld-cvs-commit
mailing list