]> git.pld-linux.org Git - packages/ghostscript.git/blobdiff - ghostscript-missquotes.patch
- unconditional noarch subpackages
[packages/ghostscript.git] / ghostscript-missquotes.patch
index 24937b62a038c185c93abf777a3cd9d3a928bdc7..6ce2bc86430b9b495a739f802c763520872f3a5b 100644 (file)
@@ -56,3 +56,18 @@ diff -urN espgs-7.07.1rc2.org/lib/pfbtopfa espgs-7.07.1rc2/lib/pfbtopfa
  then
      outfile=`basename "$1" \.pfb`.pfa
 
+--- ghostscript/configure.ac~  2007-08-06 21:11:16.000000000 +0200
++++ ghostscript/configure.ac   2007-08-06 21:15:25.337043110 +0200
+@@ -1390,9 +1390,9 @@
+ while test -n "$drivers"; do
+         if echo $drivers |grep "," >/dev/null; then
+-                THIS="`echo $drivers |sed -e 's/,.*//'`"
++                THIS=`echo $drivers |sed -e 's/,.*//'`
+                 SEDCMD="s/$THIS,//"
+-                drivers="`echo $drivers |sed -e $SEDCMD`"
++                drivers=`echo $drivers |sed -e $SEDCMD`
+         else
+                 THIS=$drivers
+                 drivers=""
+
This page took 0.036972 seconds and 4 git commands to generate.