summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; {