]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.1
authorfred <fred>
Tue, 26 Mar 2002 22:42:51 +0000 (22:42 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:42:51 +0000 (22:42 +0000)
buildscripts/set-lily.sh
stepmake/bin/package-zet.sh

index f809aba7d3ea6aa3f14ad7ca852a6766e508658d..a4c77ff0cd65e6912506b11ee2f8e6bd31fc84f6 100644 (file)
@@ -34,7 +34,11 @@ testvar ()
        fi
 }
 
-. ./stepmake/bin/package-zet.sh
+
+# . ./stepmake/bin/package-zet.sh
+sourcetree=`basename \`pwd\``
+(cd .. ; rm lilypond-devel ; showln -s $sourcetree lilypond-devel)
+
 
 echo You should add the following to your profile script
 echo
@@ -52,8 +56,8 @@ showln -sf $LILYPOND_SOURCEDIR/midi2ly/out/midi2ly $prefix/bin/midi2ly
 showln -sf $LILYPOND_SOURCEDIR/scripts/out/ly2dvi $prefix/bin/ly2dvi
 showln -sf $LILYPOND_SOURCEDIR/scripts/out/mudela-book $prefix/bin/mudela-book
 showln -sf $LILYPOND_SOURCEDIR/buildscripts/out/genheader $prefix/bin/genheader
-chmod 755 $LILYPOND_SOURCEDIR/buildscripts/ps-to-gifs.sh
-showln -sf $LILYPOND_SOURCEDIR/buildscripts/ps-to-gifs.sh $prefix/bin/ps-to-gifs
+
+
 
 testmkdir $prefix/share
 rm -rf $prefix/share/lilypond
index 0f997ad74c157197aeb26dde0c8577755b1c3881..b970f50b4855796fc06355f4b5dc8b2edc371d96 100755 (executable)
@@ -33,10 +33,10 @@ fi
 #
 mkdir -p $prefix/bin
 result=`echo $PATH | grep "$HOME/usr/bin"`
-if [ "x$result" = "x" ];then
+if [ "x$result" = "x" ]; then
     PATH=$PATH:$HOME/usr/bin
 fi
 result=`echo $PATH | grep "$sources/$package/bin"`
-if [ "x$result" = "x" ];then
+if [ "x$result" = "x" ]; then
     PATH=$PATH:$sources/$package/bin
 fi