diff options
author | Eric Hameleers <alien@slackware.com> | 2016-07-22 16:14:24 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-07-22 16:14:24 +0200 |
commit | 264568021b369b30eec3e718646b2a070c8f8fe7 (patch) | |
tree | 986f3347f70819e7e75c21256e06b7000e268772 /pkglists | |
parent | cabc8f6dd33669cd5613d51e92292a64945ca11f (diff) | |
download | liveslak-264568021b369b30eec3e718646b2a070c8f8fe7.tar.gz liveslak-264568021b369b30eec3e718646b2a070c8f8fe7.tar.xz |
pkglists/mate.conf: hard-coded "14.2" version for now.
Diffstat (limited to '')
-rw-r--r-- | pkglists/mate.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pkglists/mate.conf b/pkglists/mate.conf index a6844c7..c02452a 100644 --- a/pkglists/mate.conf +++ b/pkglists/mate.conf @@ -1,8 +1,12 @@ # If 'SL_REPO_URL' is a rsync:// URL and 'SL_REPO' points to a non-existent # or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed # to the local directory 'SL_REPO'. -SL_REPO_URL="rsync://slackware.uk/msb/${SL_VERSION}/1.14/${SL_ARCH}/" -SL_REPO="/mnt/auto/sox/ftp/pub/Linux/Slackware/msb/${SL_VERSION}/latest/${SL_ARCH}" + +# For now, hard-code "14.2" because "current" does not have a "latest": +#SL_REPO_URL="rsync://slackware.uk/msb/${SL_VERSION}/latest/${SL_ARCH}/" +#SL_REPO="/mnt/auto/sox/ftp/pub/Linux/Slackware/msb/${SL_VERSION}/latest/${SL_ARCH}" +SL_REPO_URL="rsync://slackware.uk/msb/14.2/latest/${SL_ARCH}/" +SL_REPO="/mnt/auto/sox/ftp/pub/Linux/Slackware/msb/14.2/latest/${SL_ARCH}" # Package root directory: SL_PKGROOT=${SL_REPO} |