aboutsummaryrefslogtreecommitdiff
path: root/upkg
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2017-03-13 21:35:33 -0400
committerB. Watson <yalhcru@gmail.com>2017-03-13 21:35:33 -0400
commit9c2a693fcd9050f9f7280ae35a566f4cc9da0857 (patch)
tree2c6fd226bbe09dde1044808008aed12df6fe8e82 /upkg
parent16df1e6e52cb3a414475ea609f57864675f8e02a (diff)
downloadsbostuff-9c2a693fcd9050f9f7280ae35a566f4cc9da0857.tar.gz
upkg i486=>i586, actually install the pkg
Diffstat (limited to 'upkg')
-rwxr-xr-xupkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/upkg b/upkg
index 07342ab..7bfb42e 100755
--- a/upkg
+++ b/upkg
@@ -9,7 +9,7 @@ OUTPUT=${OUTPUT:-/tmp}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -64,4 +64,4 @@ if [ -z "$@" ]; then
set "$found"
fi
-echo sudo upgradepkg --reinstall --install-new "$@"
+sudo upgradepkg --reinstall --install-new "$@"