kiss: clean up

This commit is contained in:
Dylan Araps 2019-08-15 15:28:46 +00:00
parent 83106c6167
commit b450428b80
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -401,7 +401,7 @@ pkg_build() {
# Install any pre-built dependencies if they exist in the binary # Install any pre-built dependencies if they exist in the binary
# directory and are up to date. # directory and are up to date.
for pkg; do for pkg; do
# Don't check for pre-built package if it was passed to KISS # Don't check for a pre-built package if it was passed to KISS
# directly. # directly.
case $explicit_packages in case $explicit_packages in
*" $pkg "*) *" $pkg "*)
@ -863,7 +863,7 @@ pkg_clean() {
rm -rf -- "$mak_dir" "$pkg_dir" "$tar_dir" rm -rf -- "$mak_dir" "$pkg_dir" "$tar_dir"
# Remove temporary files. # Remove temporary files.
(set +f; rm -f "$cac_dir/c-"* "$cac_dir/m-"* "$cac_dir/rm") set +f; rm -f "$cac_dir/c-"* "$cac_dir/m-"*
} }
args() { args() {