diff --git a/.cleanup.sh b/.cleanup.sh index 0dfd722..6c23b8f 100755 --- a/.cleanup.sh +++ b/.cleanup.sh @@ -32,7 +32,7 @@ rm -rf ${PAWPAW_BUILDDIR}/*/.deps rm -rf ${PAWPAW_BUILDDIR}/*/.libs rm -rf ${PAWPAW_BUILDDIR}/*/.lock-waf_linux_build -for dir in $(find ${PAWPAW_BUILDDIR} -depth 1 -type d); do +for dir in $(find ${PAWPAW_BUILDDIR} -type d -depth 1); do touch ${dir}/.stamp_cleanup done