[120142] trunk/base/doc/Makefile.in

jmr at macports.org jmr at macports.org
Fri May 16 16:42:53 PDT 2014


Revision: 120142
          https://trac.macports.org/changeset/120142
Author:   jmr at macports.org
Date:     2014-05-16 16:42:53 -0700 (Fri, 16 May 2014)
Log Message:
-----------
only use chmod -h on darwin

Modified Paths:
--------------
    trunk/base/doc/Makefile.in

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-05-16 23:42:15 UTC (rev 120141)
+++ trunk/base/doc/Makefile.in	2014-05-16 23:42:53 UTC (rev 120142)
@@ -38,11 +38,13 @@
 
 	< prefix.mtree $(MTREE) -U -e -p "${INSTALLDIR}" > /dev/null
 	< base.mtree $(MTREE) -U -e -p "${INSTALLDIR}" > /dev/null
+ifneq (,$(findstring darwin, at build_os@))
 ifneq (8, at OS_MAJOR@)
 # Tiger's chmod doesn't accept -h
 # mtree with umask 0077 doesn't get the permissions of the symlink right
 	chmod -h 755 ${INSTALLDIR}/man
 endif
+endif
 
 	for f in ${CONF}; do \
 		$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 $$f "${DESTDIR}${mpconfigdir}/$${f}.default"; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140516/654bf571/attachment.html>


More information about the macports-changes mailing list