diff options
Diffstat (limited to 'pkglists/mate.conf')
-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} |