From: R. Steve McKown Date: Tue, 15 Jan 2013 01:53:09 +0000 (-0700) Subject: make chmod 755 X-Git-Url: https://oss.titaniummirror.com/gitweb?p=ovzbpc.git;a=commitdiff_plain;h=ffd4491e017535ad3f657cf654dbc092a4cb5b21 make chmod 755 --- diff --git a/Makefile b/Makefile index 09b8630..56cc343 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ $(SCRIPTFILES):$(INSTALLDIR)/%: % FORCE rm -f $@-tmp; \ else \ mv $@-tmp $@; \ + chmod 755 $@; \ echo "$@"; \ fi