simplify pkg_clean

This commit is contained in:
Dylan Araps 2020-11-06 09:06:04 +02:00
parent 1617c4eeb2
commit 1ae8340e49
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1425,7 +1425,7 @@ pkg_updates() {
pkg_clean() {
# Clean up on exit or error. This removes everything related to the build.
[ "$KISS_DEBUG" = 1 ] || rm -rf "$mak_dir" "$pkg_dir" "$tar_dir"
[ "$KISS_DEBUG" = 1 ] || rm -rf "$tmp_dir"
}
args() {