From e3a73c1cba50cf40839ff21c6b0184d78985080a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Jun 2008 22:00:39 +0200 Subject: bin/pkg: check_deps: Different formulation --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') 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; { -- cgit v1.2.3