aboutsummaryrefslogtreecommitdiff
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
parent16df1e6e52cb3a414475ea609f57864675f8e02a (diff)
downloadsbostuff-9c2a693fcd9050f9f7280ae35a566f4cc9da0857.tar.gz
upkg i486=>i586, actually install the pkg
-rwxr-xr-xsbofindsrc3
-rwxr-xr-x[-rw-r--r--]sbosrc4
-rwxr-xr-xsbosrcarch2
-rwxr-xr-xupkg4
4 files changed, 7 insertions, 6 deletions
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
index df9c206..9d971b5 100644..100755
--- 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<status> I<[-v]>
-Checks the coverage of the archive. Like <check>, but doesn't md5sum the
+Checks the coverage of the archive. Like B<check>, 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 "$@"