]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- copied to HEAD
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Jun 2005 12:11:23 +0000 (12:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-patch-quote.patch -> 1.2

rpm-patch-quote.patch [new file with mode: 0644]

diff --git a/rpm-patch-quote.patch b/rpm-patch-quote.patch
new file mode 100644 (file)
index 0000000..fee5f5c
--- /dev/null
@@ -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);
+     }
This page took 0.043463 seconds and 4 git commands to generate.