]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lilypond-profile.sh
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / buildscripts / lilypond-profile.sh
index 720f2dc0991cd2dd467c11b477dcb61985cf1a37..f1a941c411c6b95692e2d875b5b9ad2a140a3159 100644 (file)
@@ -8,29 +8,27 @@
 #   . lilypond-profile
 
 
-
-if [ "$LILYPONDPREFIX" == "" ] ; then
-    datadir=`echo "@datadir@" | sed 's!//!/!g'`
+if [ -z "$LILYPONDPREFIX" ]; then
+    datadir=`echo "@local_lilypond_datadir@" | sed 's!//!/!g'`
 else
-
-## to support development from ~/usr/src/lilypon.
-    datadir=$LILYPONDPREFIX
+    if [ -d "$LILYPONDPREFIX/share" ]; then
+       datadir=$LILYPONDPREFIX/share/lilypond/
+    fi
+    echo "Setting tree to $datadir"
 fi
 
-# For direct ps output: ps/lilyponddefs.ps
-GS_LIB="$datadir/ps:"${GS_LIB:=""}
-export GS_LIB
-
-
 # Add the installation directory to the teTeX system tree, 
 # see Documentation/misc/fontinstallation
 TEXMF="{$datadir,"`kpsexpand  \\$TEXMF`"}"
 export TEXMF
 
+# For direct ps output: ps/lilyponddefs.ps
+## GS_LIB="$datadir/ps:"${GS_LIB:=""}
+## export GS_LIB
 
 # For direct ps output fonts. Add all available TeX Type1 fonts
-GS_FONTPATH=`kpsewhich -expand-path=\\$T1FONTS`:${GS_FONTPATH:=""}
-export GS_FONTPATH
+## GS_FONTPATH=`kpsewhich -expand-path=\\$T1FONTS`:${GS_FONTPATH:=""}
+## export GS_FONTPATH