summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-21 22:00:39 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-21 22:00:39 +0200
commite3a73c1cba50cf40839ff21c6b0184d78985080a (patch)
tree54bdbd0cb48801593903cc539ff9dd90a0ee4555
parent2c3eeeb6d65f0553609c2a6db124c7242da34406 (diff)
bin/pkg: check_deps: Different formulation
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 2fbbbae..caae4b0 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -155,7 +155,7 @@ check_deps () {
}
}
if ([ -n "$INSTALL" ]) {
- info "$1 depends on the following packages: "
+ info "$1 has unmet dependencies: "
echo "$INSTALL"
if (confirm_yes "Install dependencies?") {
for pkg in $INSTALL; {