fix dvipdf script
Apparently the script requires a trailing '-' Origin: upstream, http://git.ghostscript.com/?p=ghostpdl.git;h=b4521b8 Forwarded: yes Bug: http://bugs.ghostscript.com/show_bug.cgi?id=701771 Bug-Debian: https://bugs.debian.org/941163 Last-Update: 2019-11-27 Gbp-Pq: Name 020191022~b4521b8.patch
This commit is contained in:
parent
6083cc1600
commit
3ea75d0746
|
@ -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 -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -
|
||||
|
|
Loading…
Reference in New Issue