diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 00:41:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 00:41:09 +0200 |
commit | 8e57719e36adac30d0f4b56f09049dd9dc94b868 (patch) | |
tree | 963c86c3166ba54f3dc35fd50aff186c6682fd31 /bin/pkg | |
parent | d1260c2f48c2ce2e2a3d39c580da75928cfb42b5 (diff) |
pkg: pkg_refresh: Don't execute make clean
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -742,12 +742,6 @@ function pkg_status { function pkg_refresh { check_installed $1 global_hook $1 pre-update - if [[ -r $PKG_DIR/$1/Makefile ]] ( - cd $PKG_DIR/$1 - wrap_info $1 - info "Cleaning build diroctery\n" - make clean - ) global_hook $1 post-update } |