0e79eb5531
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ghostscript#ae1d04c7f4be8724d67b38494bb8c174578fd6e7
11 lines
589 B
Diff
11 lines
589 B
Diff
diff --git a/lib/dvipdf b/lib/dvipdf
|
|
index 13e1985..078292b 100755
|
|
--- a/lib/dvipdf
|
|
+++ b/lib/dvipdf
|
|
@@ -43,4 +43,4 @@ fi
|
|
|
|
# We have to include the options twice because -I only takes effect if it
|
|
# appears before other options.
|
|
-exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -
|
|
+exec dvips -R -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -
|