projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad465f
)
let ipkg fail when a package file to be installed is not found
author
Nicolas Thill
<nico@openwrt.org>
Wed, 26 Jul 2006 00:03:05 +0000
(
00:03
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 26 Jul 2006 00:03:05 +0000
(
00:03
+0000)
SVN-Revision: 4287
openwrt/scripts/ipkg
patch
|
blob
|
history
diff --git
a/openwrt/scripts/ipkg
b/openwrt/scripts/ipkg
index 4d3ad850651aeed6abd4e82697061048a1d878f7..57e4457cc5a5a08bcd1b804b78c4aaf5fabd7f25 100755
(executable)
--- a/
openwrt/scripts/ipkg
+++ b/
openwrt/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