From b158fa0badfb05d1d5ddcdeca98b19101de0f1fe Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 26 Jul 2006 00:03:05 +0000 Subject: [PATCH] let ipkg fail when a package file to be installed is not found git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4287 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/ipkg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/ipkg b/scripts/ipkg index 4d3ad8506..57e4457cc 100755 --- a/scripts/ipkg +++ b/scripts/ipkg @@ -923,11 +923,7 @@ ipkg_install() { ipkg_install_file $ipkg_filename ;; *.ipk | *.deb) - if [ -f "$pkg" ]; then ipkg_install_file $pkg - else - echo "File not found $pkg" >&2 - fi ;; *) ipkg_get_install $pkg || true -- 2.35.1