9930de3
diff -up ghostscript-9.00/lib/dvipdf.scripts ghostscript-9.00/lib/dvipdf
9930de3
--- ghostscript-9.00/lib/dvipdf.scripts	2010-06-03 01:32:07.000000000 +0100
9930de3
+++ ghostscript-9.00/lib/dvipdf	2010-09-23 09:56:35.592796899 +0100
f8f891f
@@ -44,4 +44,4 @@ fi
f8f891f
 
f8f891f
 # We have to include the options twice because -I only takes effect if it
f8f891f
 # appears before other options.
9930de3
-exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
9930de3
+exec dvips -R -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
2982191