summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-25 12:20:06 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-25 12:20:06 +0200
commitc12f0d909d0fca3686f52751ce27c59f4c7ae519 (patch)
tree40624cf73a2e2e2ca80bc54c92b0b54c250e5e5b
parent9fc6619dd30c949dc7636ee307c5209cc8ff6e1b (diff)
bin/pkg: Do not die when not installing dependencies
-rwxr-xr-xbin/pkg2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/pkg b/bin/pkg
index 5992229..d70476b 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -183,8 +183,6 @@ check_deps () {
for pkg in $INSTALL; {
pkg_add "$pkg"
}
- } else {
- die "Installation aborted"
}
}
}