SOURCES: rpm-patch-quote.patch (NEW) - copied to HEAD
qboosh
qboosh at pld-linux.org
Thu Jun 23 14:11:28 CEST 2005
Author: qboosh Date: Thu Jun 23 12:11:28 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- copied to HEAD
---- Files affected:
SOURCES:
rpm-patch-quote.patch (1.1 -> 1.2) (NEW)
---- Diffs:
================================================================
Index: SOURCES/rpm-patch-quote.patch
diff -u /dev/null SOURCES/rpm-patch-quote.patch:1.2
--- /dev/null Thu Jun 23 14:11:28 2005
+++ SOURCES/rpm-patch-quote.patch Thu Jun 23 14:11:23 2005
@@ -0,0 +1,20 @@
+--- ./build/parsePrep.c~ 2003-11-16 14:47:23.000000000 +0200
++++ ./build/parsePrep.c 2005-03-28 16:56:38.000000000 +0300
+@@ -131,7 +131,7 @@
+
+ sprintf(buf,
+ "echo \"Patch #%d (%s):\"\n"
+- "%s -d < %s | patch -p%d %s -s\n"
++ "%s -d < '%s' | patch -p%d %s -s\n"
+ "STATUS=$?\n"
+ "if [ $STATUS -ne 0 ]; then\n"
+ " exit $STATUS\n"
+@@ -143,7 +143,7 @@
+ } else {
+ sprintf(buf,
+ "echo \"Patch #%d (%s):\"\n"
+- "patch -p%d %s -s < %s", c, (const char *) basename(fn),
++ "patch -p%d %s -s < '%s'", c, (const char *) basename(fn),
+ strip, args, fn);
+ }
+
================================================================
More information about the pld-cvs-commit
mailing list