build: minor improvements.

This commit is contained in:
Alexandre Pujol 2023-10-21 21:51:23 +01:00
parent a8be57a1db
commit cdf601ca5c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 4 additions and 5 deletions

View file

@ -16,7 +16,7 @@ readonly VERSION
main() {
case "$COMMAND" in
pkg)
PKGDEST=. makepkg --syncdeps --force --cleanbuild --noconfirm --noprogressbar
PKGDEST="$OUTPUT" makepkg --syncdeps --force --cleanbuild --noconfirm --noprogressbar
;;
dpkg)