[119297] trunk/base/src/port/Makefile.in
jmr at macports.org
jmr at macports.org
Tue Apr 22 09:16:38 PDT 2014
Revision: 119297
https://trac.macports.org/changeset/119297
Author: jmr at macports.org
Date: 2014-04-22 09:16:38 -0700 (Tue, 22 Apr 2014)
Log Message:
-----------
tiger's chmod doesn't accept -h
Modified Paths:
--------------
trunk/base/src/port/Makefile.in
Modified: trunk/base/src/port/Makefile.in
===================================================================
--- trunk/base/src/port/Makefile.in 2014-04-22 15:46:31 UTC (rev 119296)
+++ trunk/base/src/port/Makefile.in 2014-04-22 16:16:38 UTC (rev 119297)
@@ -42,5 +42,7 @@
cd ${INSTALLDIR}/bin && $(LN_S) -f port portf
cd ${INSTALLDIR}/bin && $(LN_S) -f ${TCLSH} port-tclsh
ifneq (,$(findstring darwin, at build_os@))
+ifneq (8, at OS_MAJOR@)
chmod -h 555 ${INSTALLDIR}/bin/portf ${INSTALLDIR}/bin/port-tclsh
endif
+endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140422/d4e3544b/attachment.html>
More information about the macports-changes
mailing list