diff options
Diffstat (limited to 'sbosrc')
-rwxr-xr-x | sbosrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ # https://slackware.uk/~urchlay/repos/sbostuff/plain/sbofindsrc # path to the root of your archive (contains the by-name and -# by-md5 directories). -ARCHIVE=http://slackware.org.uk/sbosrcarch/ +# by-md5 directories). no trailing slash here. +ARCHIVE=https://slackware.uk/sbosrcarch . $( pwd )/*.info || ( echo "no .info file in current dir" 1>&2 && exit 1 ) |