diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-26 22:55:35 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-26 22:55:35 +0200 |
commit | 9cb09d28b66738af769e3317053174489cba64fb (patch) | |
tree | 99ce90f311a8a721007b0822cb908ccf3dd680cd /bin | |
parent | a79562822aeaea4af02c0e64571d0251fdc50a53 (diff) |
bin/pkg: Print new version of update
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,8 +92,8 @@ pkg_remove () { pkg_update () { cd $PDIR/$1 - if ($VCS_CMD $VCS_OPTIONS $VCS_INCOMING) { - info "Updating package $1" + if (NEW=$VCS_CMD $VCS_OPTIONS $VCS_INCOMING) { + info "Updating package $1 to $NEW" $VCS_CMD $VCS_OPTIONS $VCS_UPDATE $VCS_UPDATE_OPTIONS checklinks $CL_OPTIONS if ([ -f hooks/post-update ]) { |