projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2381bec
)
let ipkg fail when a package file to be installed is not found
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Jul 2006 00:03:05 +0000
(
00:03
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Jul 2006 00:03:05 +0000
(
00:03
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4287
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/ipkg
patch
|
blob
|
history
diff --git
a/scripts/ipkg
b/scripts/ipkg
index
4d3ad85
..
57e4457
100755
(executable)
--- 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
This page took
0.025502 seconds
and
4
git commands to generate.