mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
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
This commit is contained in:
parent
2381beceaf
commit
b158fa0bad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user