Navigation Menu

Skip to content

Commit

Permalink
Make sure install gauche-init.scm with mode 444
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed May 14, 2012
1 parent 10e7c08 commit 0e669ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.in
Expand Up @@ -428,7 +428,7 @@ install-core : relink
@case `$(GAUCHE_CONFIG) --arch` in *-cygwin*|*-mingw*) \
$(INSTALL) $(INSTALL_LIBS) $(DESTDIR)$(BIN_INSTALL_DIR);;\
esac
$(INSTALL) $(srcdir)/gauche-init.scm $(DESTDIR)$(SCM_INSTALL_DIR)
$(INSTALL) -m 444 $(srcdir)/gauche-init.scm $(DESTDIR)$(SCM_INSTALL_DIR)
$(POSTINSTALL)

install-aux :
Expand Down

0 comments on commit 0e669ec

Please sign in to comment.