[packages/xrdp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:22:52 CEST 2025
commit 68b318c8e163fe0e92bd7b49e7ae4372143c8634
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:15 2025 +0200
Fix applying patches.
xrdp.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xrdp.spec b/xrdp.spec
index 15b4a91..768bba0 100644
--- a/xrdp.spec
+++ b/xrdp.spec
@@ -86,9 +86,9 @@ Pliki nagłówkowe bibliotek xrdp.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
install %{SOURCE3} README.PLD
install %{SOURCE4} README.PLD.pl
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xrdp.git/commitdiff/68b318c8e163fe0e92bd7b49e7ae4372143c8634
More information about the pld-cvs-commit
mailing list