diff options
author | Eric Hameleers <alien@slackware.com> | 2017-03-12 22:14:20 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-03-12 22:14:20 +0100 |
commit | 4c1a9d3a6b3fdcd8470453e92c9b3a3b930998fc (patch) | |
tree | ddd1e7b61772774881a4b6023a11a83c412ded07 | |
parent | a26f6fcccc3b988f383bcc4a06b1f24e8e00f6c4 (diff) | |
download | liveslak-4c1a9d3a6b3fdcd8470453e92c9b3a3b930998fc.tar.gz liveslak-4c1a9d3a6b3fdcd8470453e92c9b3a3b930998fc.tar.xz |
MATE: fix a (cosmetic) typing mistake in the cache location
Diffstat (limited to '')
-rw-r--r-- | pkglists/mate.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkglists/mate.conf b/pkglists/mate.conf index a7fb6ce..7e3aa0c 100644 --- a/pkglists/mate.conf +++ b/pkglists/mate.conf @@ -3,7 +3,7 @@ # to the local directory 'SL_REPO'. SL_REPO_URL="rsync://slackware.uk/msb/${SL_VERSION}/latest/${SL_ARCH}/" -SL_REPO="/car/cache/liveslak/msb/${SL_VERSION}/latest/${SL_ARCH}" +SL_REPO="/var/cache/liveslak/msb/${SL_VERSION}/latest/${SL_ARCH}" # Package root directory: SL_PKGROOT=${SL_REPO} |