From c12f0d909d0fca3686f52751ce27c59f4c7ae519 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Jun 2008 12:20:06 +0200 Subject: bin/pkg: Do not die when not installing dependencies --- bin/pkg | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') 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" } } } -- cgit v1.2.3