tetex/tetex.spec

changeset 593
6a0daac879c0
parent 515
2f4b17c140a1
     1.1 --- a/tetex/tetex.spec	Tue Aug 28 18:50:20 2012 +0200
     1.2 +++ b/tetex/tetex.spec	Tue Aug 28 18:50:35 2012 +0200
     1.3 @@ -150,9 +150,9 @@
     1.4      #   configure the system by using the (wrong) paths to the temporary
     1.5      #   installation area, followed by by a step for fixing the paths
     1.6      #   (to the correct values) inside the kpathsea library (which
     1.7 -    #   performs the run-time searches). This way we get all the magic
     1.8 +    #   performs the runtime searches). This way we get all the magic
     1.9      #   of the teTeX build system without problems, but still make sure
    1.10 -    #   that the built-in paths are correct.
    1.11 +    #   that the builtin paths are correct.
    1.12      %{l_shtool} subst -s -v \
    1.13          -e 's;^vartexfonts =.*;vartexfonts = %{l_prefix}/var/tetex/fonts;' \
    1.14          texk/make/paths.mk
    1.15 @@ -188,8 +188,8 @@
    1.16  
    1.17      #   build the sources
    1.18      #   (we cannot use %{l_make}, because teTeX dislikes absolute paths
    1.19 -    #   for make. Instead we work-around via $PATH. The redundant
    1.20 -    #   "eval" around the call is just to shut-up speclint)
    1.21 +    #   for make. Instead we work around via $PATH. The redundant
    1.22 +    #   "eval" around the call is just to shut up speclint)
    1.23      eval "make all"
    1.24  
    1.25  %install
    1.26 @@ -202,8 +202,8 @@
    1.27  
    1.28      #   perform the standard installation procdure of teTeX
    1.29      #   (we cannot use %{l_make}, because teTeX dislikes absolute paths
    1.30 -    #   for make. Instead we work-around via $PATH. The redundant
    1.31 -    #   "eval" around the call is just to shut-up speclint)
    1.32 +    #   for make. Instead we work around via $PATH. The redundant
    1.33 +    #   "eval" around the call is just to shut up speclint)
    1.34      eval "make install"
    1.35  
    1.36      #   create dynamically generated font directory

mercurial