]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/set-lily.sh
release: 1.3.0
[lilypond.git] / buildscripts / set-lily.sh
index 1c3e20a79b1f92c38cfecf4ded07ab6ae5fd5017..f809aba7d3ea6aa3f14ad7ca852a6766e508658d 100755 (executable)
@@ -61,7 +61,7 @@ showln -sf $sources/lilypond $prefix/share/lilypond
 
 
 BUILDDIR=`pwd`
-LOCALES="it nl"
+LOCALES="de it nl"
 for i in $LOCALES; do
        dir=$BUILDDIR/share/locale/$i/LC_MESSAGES
        if test ! -x $dir ; then
@@ -79,9 +79,9 @@ fi
 rm -f cmtfm; showln -sf $TEX_TFMDIR $BUILDDIR/cmtfm
 
 
-if [ -f ../.gdbinit ];
+if [ -f ../.gdbinit.lilypond ];
 then
-    showln -f ../.gdbinit .
+    showln -f ../.gdbinit.lilypond .gdbinit
 fi
 
 if [ -f ../.dstreamrc ]