Skip to content

Commit ed17362

Browse files
fix,scripts(clean.sh): deleting toolchain files when fuse-overlayfs is used
1 parent 197270b commit ed17362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fi
102102

103103
# We can't use rm -Rf "$TERMUX_TOPDIR" in case the "$TERMUX_TOPDIR" is mounted as a Docker volume
104104
if [ -d "$TERMUX_TOPDIR" ]; then
105-
find "$TERMUX_TOPDIR" -type f,l -delete
105+
find "$TERMUX_TOPDIR" -type f,l,b,c -delete
106106
find "$TERMUX_TOPDIR" -type d ! -path "$TERMUX_TOPDIR" -delete
107107
fi
108108
} 5< "$TERMUX_BUILD_LOCK_FILE"

0 commit comments

Comments
 (0)