]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lilypond-login.sh
release: 1.3.136
[lilypond.git] / buildscripts / lilypond-login.sh
old mode 100644 (file)
new mode 100755 (executable)
index d7e8e97..38fb855
@@ -1,10 +1,10 @@
 #!/bin/csh
 
 # env. vars for the C-shell.
-
 # set environment for LilyPond.  To be installed in /etc/profile.d/
-setenv GS_LIB "@datadir@/ps"
+
 setenv GS_FONTPATH "@datadir@/afm"
+
 # bit silly. for ly2dvi, overrules compiled-in datadir...
 setenv LILYPONDPREFIX "@datadir@"
 
@@ -19,10 +19,11 @@ if ($?TEXINPUTS) then
 else
         setenv TEXINPUTS "/usr/share/lilypond/tex::"
 endif
-if ($?GUILE_LOAD_PATH) then
-        setenv GUILE_LOAD_PATH "/usr/share/lilypond/scm:${GUILE_LOAD_PATH}"
+if ($?TEXINPUTS) then
+        setenv TFMFONTS "@datadir@/tfm:$TFMFONTS"
 else
-        setenv GUILE_LOAD_PATH "/usr/share/lilypond/scm"
+        setenv TFMFONTS "@datadir@/tfm:"
 endif
 
 
+