diff options
Diffstat (limited to 'scripts/wipe-sysroot')
-rwxr-xr-x | scripts/wipe-sysroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot index c22d39a405..9e067e8df9 100755 --- a/scripts/wipe-sysroot +++ b/scripts/wipe-sysroot @@ -42,7 +42,7 @@ fi echo "Deleting the sysroots in $STAGING_DIR, and selected stamps in $SSTATE_MANIFESTS and $STAMPS_DIR." # The sysroots themselves -rm -rf $STAGING_DIR +rm -rf $STAGING_DIR ${STAGING_DIR}-uninative # The stamps that said the sysroot was populated rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.* |