summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-21 22:46:37 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-21 22:46:37 +0200
commitef80eb058e4039d6d495ff247070af607f291b60 (patch)
tree99496868b2ad7cdcc37869dbe9389c722c080703
parente3a73c1cba50cf40839ff21c6b0184d78985080a (diff)
bin/pkg: check_status: print nothing, also check deps and links
-rwxr-xr-xbin/pkg5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/pkg b/bin/pkg
index caae4b0..6d061c2 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -362,9 +362,8 @@ pkg_list_available () {
pkg_status () {
check_installed "$1"
cd $PDIR/$1
- info "looking for local modifications: $1"
-# check_deps $1
-# checklinks $CL_OPTIONS
+ check_deps $1
+ checklinks $CL_OPTIONS
STATUS=$($VCS_CMD $VCS_STATUS)
clear_line
if ([ -n "$STATUS" ]) {