[packages/coffee-script] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:02:06 CEST 2025
commit 9e7a1cf02ff6e1577f3ffedd4b64cf89f2ef27e7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:01:51 2025 +0200
Fix applying patches.
coffee-script.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/coffee-script.spec b/coffee-script.spec
index d1963dd..c2a26ab 100644
--- a/coffee-script.spec
+++ b/coffee-script.spec
@@ -24,8 +24,8 @@ an attempt to expose the good parts of JavaScript in a simple way.
%prep
%setup -q
-%patch0 -p0
-%patch1 -p1
+%patch -P0 -p0
+%patch -P1 -p1
%build
%{__sed} -i -e '1s,^#!.*node,#!/usr/bin/node,' bin/*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/coffee-script.git/commitdiff/9e7a1cf02ff6e1577f3ffedd4b64cf89f2ef27e7
More information about the pld-cvs-commit
mailing list