From 264568021b369b30eec3e718646b2a070c8f8fe7 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 22 Jul 2016 16:14:24 +0200 Subject: pkglists/mate.conf: hard-coded "14.2" version for now. --- pkglists/mate.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pkglists/mate.conf') 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} -- cgit v1.2.3