From ab1f1aeec09f348830b6e1118ed8b7f5957a82dc Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:15 +0000 Subject: [PATCH] lilypond-0.0.58 --- init/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Makefile b/init/Makefile index c8fee3cd50..ddf1ae7e02 100644 --- a/init/Makefile +++ b/init/Makefile @@ -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 -- 2.39.5