build: minor improvements.
This commit is contained in:
parent
a8be57a1db
commit
cdf601ca5c
2 changed files with 4 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue