kiss: Squish build to match its size.

This commit is contained in:
Dylan Araps 2020-04-18 09:56:21 +03:00
parent 764c21426f
commit 8fef13c48b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 4 deletions

5
kiss
View File

@ -1228,10 +1228,6 @@ args() {
fi
;;
b|build)
pkg_build "${@:?No packages installed}"
;;
c|checksum)
for pkg do pkg_lint "$pkg" c; done
for pkg do pkg_sources "$pkg" c; done
@ -1266,6 +1262,7 @@ args() {
done
;;
b|build) pkg_build "${@:?No packages installed}" ;;
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg"; done ;;