]> git.pld-linux.org Git - packages/ghostscript.git/blobdiff - ghostscript-missquotes.patch
- unconditional noarch subpackages
[packages/ghostscript.git] / ghostscript-missquotes.patch
index 95d58159304589180c0c00c294915a46cd7e302d..6ce2bc86430b9b495a739f802c763520872f3a5b 100644 (file)
@@ -55,14 +55,19 @@ diff -urN espgs-7.07.1rc2.org/lib/pfbtopfa espgs-7.07.1rc2/lib/pfbtopfa
  elif [ $# -eq 1 ]
  then
      outfile=`basename "$1" \.pfb`.pfa
---- ghostscript-8.51/lib/ps2epsi.orig  2004-08-04 02:55:46.000000000 +0200
-+++ ghostscript-8.51/lib/ps2epsi       2005-07-19 16:36:24.000000000 +0200
-@@ -5,7 +5,7 @@
-       echo "failed: could not create temporary file"
-       exit 1
- fi
--tmpfile=$tmpdir/ps2epsi$$
-+tmpfile=`mktemp $tmpdir/ps2epsi.XXXXXX` || exit 1
- export outfile
+
+--- 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.06214 seconds and 4 git commands to generate.