From: fred Date: Wed, 27 Mar 2002 01:01:50 +0000 (+0000) Subject: lilypond-1.3.154 X-Git-Tag: release/1.5.59~749 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6f4674ce87d9947f6fcc4b7de0fe666e67f9421a;p=lilypond.git lilypond-1.3.154 --- diff --git a/buildscripts/lilypond-login.sh b/buildscripts/lilypond-login.sh index e7913d0621..b22b28146d 100644 --- a/buildscripts/lilypond-login.sh +++ b/buildscripts/lilypond-login.sh @@ -10,6 +10,8 @@ set datadir="@datadir@" setenv GS_FONTPATH "$datadir/afm:@datadir@/pfa:$GS_FONTPATH" setenv GS_LIB "$datadir/ps:$GS_LIB" +setenv LILYPONDPREFIX "$datadir" + # bit silly. for ly2dvi, overrules compiled-in datadir... # setenv LILYPONDPREFIX "@datadir@" diff --git a/buildscripts/lilypond-profile.sh b/buildscripts/lilypond-profile.sh index 576a30b9fe..bde5816bdd 100644 --- a/buildscripts/lilypond-profile.sh +++ b/buildscripts/lilypond-profile.sh @@ -27,8 +27,9 @@ GS_LIB="$datadir/ps" MFINPUTS="$datadir/mf:"${MFINPUTS:=":"} TEXINPUTS="$datadir/tex:$datadir/ps:"${TEXINPUTS:=":"} TFMFONTS="$datadir/tfm:"${TFMFONTS:=":"} +LILYPONDPREFIX="$datadir" -export MFINPUTS TEXINPUTS TFMFONTS GS_LIB GS_FONTPATH +export MFINPUTS TEXINPUTS TFMFONTS GS_LIB GS_FONTPATH LILYPONDPREFIX