From 9c2a693fcd9050f9f7280ae35a566f4cc9da0857 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 13 Mar 2017 21:35:33 -0400 Subject: upkg i486=>i586, actually install the pkg --- sbofindsrc | 3 ++- sbosrc | 4 ++-- sbosrcarch | 2 +- upkg | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) mode change 100644 => 100755 sbosrc diff --git a/sbofindsrc b/sbofindsrc index 76bf067..ade1382 100755 --- a/sbofindsrc +++ b/sbofindsrc @@ -15,10 +15,11 @@ SBODEFAULT=/home/urchlay/sbo-master # failure otherwise. order isn't important here, it's randomized on # every run. +#sbosrcarch + repos=" filewatcher wayback -sbosrcarch macports fedora naptime diff --git a/sbosrc b/sbosrc old mode 100644 new mode 100755 index df9c206..9d971b5 --- a/sbosrc +++ b/sbosrc @@ -9,8 +9,8 @@ # http://urchlay.naptime.net/repos/sbostuff/plain/sbofindsrc # path to the root of your archive (contains the by-name and -# by-md5 directories): -ARCHIVE=http://yoursite.com/sbosrc +# by-md5 directories). +ARCHIVE=http://slackware.org.uk/sbosrcarch/ . $( pwd )/*.info || ( echo "no .info file in current dir" 1>&2 && exit 1 ) diff --git a/sbosrcarch b/sbosrcarch index 5fe3e07..5616471 100755 --- a/sbosrcarch +++ b/sbosrcarch @@ -150,7 +150,7 @@ file in the archive. =item B I<[-v]> -Checks the coverage of the archive. Like , but doesn't md5sum the +Checks the coverage of the archive. Like B, but doesn't md5sum the files (it just assumes they're correct). Use this as a quick way to get a status report. 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 "$@" -- cgit v1.2.3