[113031] trunk/dports/devel/ResIL/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Nov 6 18:28:29 PST 2013
Revision: 113031
https://trac.macports.org/changeset/113031
Author: ryandesign at macports.org
Date: 2013-11-06 18:28:29 -0800 (Wed, 06 Nov 2013)
Log Message:
-----------
ResIL: add execute bit on build-aux/install-sh
Modified Paths:
--------------
trunk/dports/devel/ResIL/Portfile
Modified: trunk/dports/devel/ResIL/Portfile
===================================================================
--- trunk/dports/devel/ResIL/Portfile 2013-11-07 02:27:55 UTC (rev 113030)
+++ trunk/dports/devel/ResIL/Portfile 2013-11-07 02:28:29 UTC (rev 113031)
@@ -53,8 +53,10 @@
file attributes "${worksrcpath}/Input Libs/zlib128-dll/${d}" -permissions u+w
}
- # Missing execute bit on configure script.
- file attributes ${worksrcpath}/configure -permissions a+x
+ # Missing execute bit on scripts.
+ foreach f {build-aux/install-sh configure} {
+ file attributes ${worksrcpath}/${f} -permissions a+x
+ }
}
patchfiles patch-ilur.c \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131106/90ddd28e/attachment.html>
More information about the macports-changes
mailing list