diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-08 10:47:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-08 10:47:02 +0200 |
commit | 7dc3cfbe7ea5ec3ea0ae34af1f087e22e40550e6 (patch) | |
tree | ebf206e47610628b7208ea72fc2ac0fe1511438b /bin/pkg | |
parent | 02a89b367b7e915a8729bcf123c42546ab1d8aa4 (diff) |
bin/pkg: pkg_push: Pushing means the package got changed, so do the update stuff
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -436,6 +436,15 @@ pkg_push () { info "Pushing $1\n" vcs_push } + check_prereqs $1 + if [[ -r Makefile ]] { + info "Building binaries\n" + make + } + triggers+=$1 + checklinks $CL_OPTIONS + populate_collected $1 + update_provides $1 } pkg_remove () { |