]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.58
authorfred <fred>
Sun, 24 Mar 2002 19:40:15 +0000 (19:40 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:40:15 +0000 (19:40 +0000)
init/Makefile

index c8fee3cd506866aee7334af8d18ceb858059e6e9..ddf1ae7e0293a37b61c3125c5fe64b99d4441c03 100644 (file)
@@ -21,7 +21,7 @@ DISTFILES = Makefile $(INIFILES)
 
 localinstall:
        $(INSTALL) -d $(datadir)/lilypond/init
-       $(INSTALL) -m 755 $(INIFILES) $(datadir)/lilypond/init
+       $(INSTALL) -m 644 $(INIFILES) $(datadir)/lilypond/init
 
 localuninstall:
        for i in $(INIFILES) ; do rm -f $(datadir)/lilypond/init/$$i; done