diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-06 21:46:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-06 21:46:25 +0100 |
commit | f7c8f9f07b6e5ca4b2c60c76dc35953d98d423ae (patch) | |
tree | fc194d6a365788af17e27ac695c21bbe98aabe60 /bin/pkg | |
parent | f0b31c94a2647b5161a46adb860b9b28112558ea (diff) |
pkg: pkg_status: Fixed hooks and infos
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -658,8 +658,9 @@ function pkg_status { function pkg_refresh { check_installed $1 cd $PDIR/$1 + global_hook $1 pre-update if [[ -r Makefile ]] { - wrap_info + wrap_info $1 info "Cleaning build diroctery\n" make clean } |