]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lilypond-profile.sh
uhh
[lilypond.git] / buildscripts / lilypond-profile.sh
index 74736942d19a0bad546520915ff81c7c082f5f0d..effee3ff5f435e83dd24f68916fd5a9b2c33a44c 100644 (file)
@@ -17,6 +17,10 @@ else
     else
        eval `cat $LILYPONDPREFIX/VERSION`
        FULLVERSION="$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL"
+       if [ "" != "$MY_PATCH_LEVEL" ]; then
+           FULLVERSION="$FULLVERSION.$MY_PATCH_LEVEL"
+       fi 
+       
        datadir="$LILYPONDPREFIX/share/lilypond/$FULLVERSION"
     fi
     echo "Setting tree to $datadir"