mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
cosmetic fixes for ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6066 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b45aad0337
commit
9d65e28d49
@ -234,7 +234,6 @@ ipkg_download() {
|
|||||||
proxyoption="--proxy=on"
|
proxyoption="--proxy=on"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Downloading $src ..."
|
|
||||||
rm -f $IPKG_TMP/$src_file
|
rm -f $IPKG_TMP/$src_file
|
||||||
case "$src" in
|
case "$src" in
|
||||||
http://* | ftp://*)
|
http://* | ftp://*)
|
||||||
@ -252,7 +251,6 @@ ipkg_download() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Done."
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -665,7 +663,7 @@ Status: install ok not-installed" | ipkg_status_update_sd $sd $pkg
|
|||||||
curcheck="`expr $curcheck + 1`"
|
curcheck="`expr $curcheck + 1`"
|
||||||
local is_installed="`ipkg_get_installed $pkg`"
|
local is_installed="`ipkg_get_installed $pkg`"
|
||||||
if [ "$is_installed" = "installed" ]; then
|
if [ "$is_installed" = "installed" ]; then
|
||||||
echo "$pkg is installed" > /dev/console
|
echo "$pkg is installed"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -693,7 +691,6 @@ Status: install ok not-installed" | ipkg_status_update_sd $sd $pkg
|
|||||||
return 1;
|
return 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
|
||||||
local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $filename`
|
local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $filename`
|
||||||
if ! ipkg_download `ipkg_src_byname $src`/$filename $tmp_pkg_file; then
|
if ! ipkg_download `ipkg_src_byname $src`/$filename $tmp_pkg_file; then
|
||||||
echo "ipkg_get_install: Perhaps you need to run \`ipkg update'?"
|
echo "ipkg_get_install: Perhaps you need to run \`ipkg update'?"
|
||||||
@ -907,7 +904,6 @@ ipkg_install_file() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ipkg_install() {
|
ipkg_install() {
|
||||||
|
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
local pkg="$1"
|
local pkg="$1"
|
||||||
shift
|
shift
|
||||||
|
Loading…
Reference in New Issue
Block a user