[packages/raspberrypi-userland] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:39:42 CEST 2025


commit 8f147bba0f65e3e9d31de20626a6ae8fc79e0658
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:39:26 2025 +0200

    Fix applying patches.

 raspberrypi-userland.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/raspberrypi-userland.spec b/raspberrypi-userland.spec
index ffb645b..19d6c8a 100644
--- a/raspberrypi-userland.spec
+++ b/raspberrypi-userland.spec
@@ -62,8 +62,8 @@ Static libraries for Raspberry Pi.
 
 %prep
 %setup -q -n userland-%{gitref}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 install -d build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/raspberrypi-userland.git/commitdiff/8f147bba0f65e3e9d31de20626a6ae8fc79e0658



More information about the pld-cvs-commit mailing list