[packages/rstudio] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:45:52 CEST 2025
commit 0d6f35870aaf500d2174bac3aa6b63c6ed6bd77c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:45:36 2025 +0200
Fix applying patches.
rstudio.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/rstudio.spec b/rstudio.spec
index 0d241f9..350416f 100644
--- a/rstudio.spec
+++ b/rstudio.spec
@@ -86,14 +86,14 @@ sieć przy użyciu serwera RStudio.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
cd src/cpp/ext
-%patch3 -p1
+%patch -P3 -p1
cd ../../..
-%patch4 -p1
-%patch5 -p1
+%patch -P4 -p1
+%patch -P5 -p1
mkdir -p dependencies/common/dictionaries
unzip -qq %{SOURCE1} -d dependencies/common/dictionaries
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rstudio.git/commitdiff/0d6f35870aaf500d2174bac3aa6b63c6ed6bd77c
More information about the pld-cvs-commit
mailing list