]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lilypond-login.sh
release: 1.3.78
[lilypond.git] / buildscripts / lilypond-login.sh
index d7e8e972d8d7a4284cf328ec13bf195f96025b90..ca9d6c5c9f4f4dfa3ba3194606b29e45e70d2318 100755 (executable)
@@ -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,5 @@ 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}"
-else
-        setenv GUILE_LOAD_PATH "/usr/share/lilypond/scm"
-endif