aboutsummaryrefslogtreecommitdiff
path: root/upkg
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-02-07 15:52:39 -0500
committerB. Watson <yalhcru@gmail.com>2022-02-07 15:52:39 -0500
commitb23e4b94d6dc6deaf13562d31b75f7201936ea6f (patch)
tree339a30fce2be1cd56a16e25063adc56b7a28823c /upkg
parentd0452ca21a267561bc051015d524db9948c215b6 (diff)
downloadsbostuff-b23e4b94d6dc6deaf13562d31b75f7201936ea6f.tar.gz
15.0 misc fixes
Diffstat (limited to 'upkg')
-rwxr-xr-xupkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/upkg b/upkg
index c2d64e3..c4f86a9 100755
--- a/upkg
+++ b/upkg
@@ -28,7 +28,7 @@ OUTPUT=${OUTPUT:-/tmp}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i586 ;;
+ i?86) ARCH=i686 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac