xbps-src: 'pkg' target replaces 'build-pkg' but the latter is kept for compat.

This commit is contained in:
Juan RP 2014-03-23 11:27:09 +01:00
parent 59cf26c906
commit 0d953db70b
2 changed files with 8 additions and 8 deletions

View file

@ -175,7 +175,7 @@ chroot_handler() {
[ -z "$action" -a -z "$pkg" ] && return 1
case "$action" in
fetch|extract|build|configure|install|install-destdir|build-pkg|bootstrap-update|chroot)
fetch|extract|build|configure|install|install-destdir|pkg|build-pkg|bootstrap-update|chroot)
chroot_prepare || return $?
chroot_init || return $?
chroot_sync_repos || return $?