projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f34f1
)
add ipkg fix from whiterussian
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Aug 2005 15:23:07 +0000
(15:23 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Aug 2005 15:23:07 +0000
(15:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1704
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/scripts/ipkg
patch
|
blob
|
history
diff --git
a/openwrt/scripts/ipkg
b/openwrt/scripts/ipkg
index
efbeb7d
..
6cd1cb4
100755
(executable)
--- a/
openwrt/scripts/ipkg
+++ b/
openwrt/scripts/ipkg
@@
-121,6
+121,8
@@
Valid destinations are directories or one of the dest names from $IPKG_CONF:" >&
IPKG_TMP=$IPKG_ROOT/tmp/ipkg
fi
+ [ -e "$IPKG_TMP" ] || mkdir -p $IPKG_TMP
+
# Destination specific ipkg meta-data directory
IPKG_STATE_DIR=$IPKG_ROOT/$IPKG_DIR_PREFIX
@@
-690,8
+692,6
@@
Status: install ok not-installed" | ipkg_status_update_sd $sd $pkg
return 1;
fi
- [ -e "$IPKG_TMP" ] || mkdir -p $IPKG_TMP
-
echo ""
local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $filename`
if ! ipkg_download `ipkg_src_byname $src`/$filename $tmp_pkg_file; then
This page took
0.025765 seconds
and
4
git commands to generate.