build: various cleanup

This commit is contained in:
Alexandre Pujol 2025-09-06 13:21:34 +02:00
parent e43d907808
commit 7963479dbc
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 6 additions and 5 deletions

View file

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