summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-06 23:51:30 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-06 23:51:30 +0200
commitc5fd077ac48200023789059858efa35bdbf79674 (patch)
tree035d23fe6cad9948c1b4992d3b2d5fe6d754f6fa
parent0fc44d2c2bb369aeed39ca6f8dcc260f6baa8e2e (diff)
bin/pkg: Also check links on pkg status
-rwxr-xr-xbin/pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index fa4def2..5485cba 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -300,6 +300,7 @@ pkg_status () {
cd $PDIR/$1
info "Checking $1 status..."
check_deps $1
+ checklinks $CL_OPTIONS
STATUS=$($VCS_CMD $VCS_STATUS)
if ([ -n "$STATUS" ]) {
info "\rLocally modified in $1:\n"