mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 12:25:02 -05:00
baf1ff64e6
Using "-exec command {} +" systax exits on any error. Such errors occur when running rmdir on a non-empty directory. Switch to "{} ;" syntax instead which avoids exiting before the find command is completed. Fixes FS#48515. Note, we can not use "-empty" in the find command because it is not supported by Busybox find, and the "--ignore-fail-on-non-empty" flag for rmdir is not available on BSD rmdir variants. Signed-off-by: Allan McRae <allan@archlinux.org> |
||
---|---|---|
.. | ||
docs.sh.in | ||
emptydirs.sh.in | ||
libtool.sh.in | ||
purge.sh.in | ||
staticlibs.sh.in | ||
strip.sh.in | ||
zipman.sh.in |