build: various cleanup
This commit is contained in:
parent
e43d907808
commit
7963479dbc
4 changed files with 6 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue