From 2f210ad08cf0e8cd1092e891991b807cb21d3b29 Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 24 Feb 2009 15:09:39 +0900 Subject: [PATCH] -perm -o+x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0