From: PHO Date: Tue, 24 Feb 2009 06:09:39 +0000 (+0900) Subject: -perm -o+x X-Git-Tag: GHC-6.12.1~14 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=commitdiff_plain;h=2f210ad08cf0e8cd1092e891991b807cb21d3b29 -perm -o+x --- diff --git a/Makefile b/Makefile index 691fb8b..f178a5c 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ pre-configure: cd ${WRKDIR}/ghc-6.6.1 && \ ${CHMOD} +x ./distrib/hc-build && \ ${ENV} ${CONFIGURE_ENV} ./distrib/hc-build -C --disable-readline --enable-hc-boot-unregisterised && \ - ${FIND} . -type f -and -perm +o+x -and -name '*-inplace' | \ + ${FIND} . -type f -and -perm -o+x -and -name '*-inplace' | \ while read i; do \ ${CP} $$i ${BUILDLINK_DIR}/bin/`basename $$i | sed -e 's/-inplace//'`; \ done