diff --git a/build-taox11-for-osx.sh b/build-taox11-for-osx.sh index e79d2be..93608d5 100755 --- a/build-taox11-for-osx.sh +++ b/build-taox11-for-osx.sh @@ -95,8 +95,8 @@ make c++20=1 -j ${BRIX11_NUMBER_OF_PROCESSORS} -C "${TAOX11_ROOT}/tests" 2>&1 | # install make -j ${BRIX11_NUMBER_OF_PROCESSORS} -C "${X11_BASE_ROOT}" install 2>&1 | tee make-install.log -find "${INSTALL_PREFIX}/include" -type d -name home -prune | xargs tree -find "${INSTALL_PREFIX}/include" -type d -name home -prune | xargs rm -rf +find "${INSTALL_PREFIX}/include" -type d -name home -prune -print0 | xargs -0 tree +find "${INSTALL_PREFIX}/include" -type d -name home -prune -print0 | xargs -0 rm -rf #FIXME: remove the installed include garbage! CK rm -rf "${INSTALL_PREFIX}/include"