[31519] trunk/base/portmgr/jobs/Makefile

jmpp at macports.org jmpp at macports.org
Mon Nov 26 20:10:59 PST 2007


Revision: 31519
          http://trac.macosforge.org/projects/macports/changeset/31519
Author:   jmpp at macports.org
Date:     2007-11-26 20:10:57 -0800 (Mon, 26 Nov 2007)

Log Message:
-----------

Add Ryan's suggested chmod call to make the script executable upon regen (how silly of me to not have thought of this... thinking about an install(1) call, sheeeshh!!).

Modified Paths:
--------------
    trunk/base/portmgr/jobs/Makefile

Modified: trunk/base/portmgr/jobs/Makefile
===================================================================
--- trunk/base/portmgr/jobs/Makefile	2007-11-27 03:44:41 UTC (rev 31518)
+++ trunk/base/portmgr/jobs/Makefile	2007-11-27 04:10:57 UTC (rev 31519)
@@ -13,6 +13,7 @@
 
 PortIndex2MySQL: PortIndex2MySQL.tcl
 	${edit} $< > $@
+	chmod 755 $@
 
 clean:
 	rm -f ${SCRIPTS}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071126/b6be9391/attachment.html


More information about the macports-changes mailing list