X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=f178a5c164156cef875629079ed2e102d847f1ca;hb=2f210ad08cf0e8cd1092e891991b807cb21d3b29;hp=691fb8b9b0e99dff0d4df0f833d387113f688d30;hpb=938426197421176f30a05fa3d99ead921ef4d0ed;p=pkgsrc-ghc.git 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