xbps-src: make install/remove targets defaults now, but keep previous for compat.

This commit is contained in:
Juan RP 2014-03-22 20:59:39 +01:00
parent 730afbb5d7
commit c343fbf42a
3 changed files with 6 additions and 6 deletions

View file

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