[svn:parrot] r37089 - trunk/config/gen/makefiles
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Tue Mar 3 10:32:59 UTC 2009
Author: fperrad
Date: Tue Mar 3 10:32:58 2009
New Revision: 37089
URL: https://trac.parrot.org/parrot/changeset/37089
Log:
[install] set *nix rights after a copy
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Tue Mar 3 10:00:40 2009 (r37088)
+++ trunk/config/gen/makefiles/root.in Tue Mar 3 10:32:58 2009 (r37089)
@@ -878,6 +878,7 @@
$(INSTALLABLEPBCTOEXE) : $(PBC_TO_EXE)
$(CP) $(PBC_TO_EXE) $(INSTALLABLEPBCTOEXE)
+ $(CHMOD) 0755 $(INSTALLABLEPBCTOEXE)
#
# Parrot Debugger
More information about the parrot-commits
mailing list