Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37858060
en ru br
ALT Linux repos
S:7.0.3-alt1
5.0: 4.11-alt4
4.1: 4.11-alt3
4.0: 4.8-alt4
3.0: 4.8-alt2

Group :: Publishing
RPM: texinfo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: texinfo-4.11-alt-dvips.patch
Download


This patch masks the call to dvips to fool shell.req :-(.
--- texinfo-4.11/util/texi2dvi
+++ texinfo-4.11/util/texi2dvi
@@ -164,6 +164,8 @@ recode_from=    # if not empty, recode from this encoding to @documentencoding
 
 orig_pwd=`pwd`
 
+DVIPS=dvips
+
 # We have to initialize IFS to space tab newline since we save and
 # restore IFS and apparently POSIX allows stupid/broken behavior with
 # empty-but-set IFS.
@@ -982,7 +984,7 @@ run_tex_suite ()
       move_to_dest "$in_noext.$(out_lang_ext)"
       ;;
     ps)
-      dvips -o "$in_noext.$(out_lang_ext)" "$in_noext.$(out_lang_tex)"
+      $DVIPS -o "$in_noext.$(out_lang_ext)" "$in_noext.$(out_lang_tex)"
       move_to_dest "$in_noext.$(out_lang_ext)"
       ;;
   esac
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin