diff options
author | Eric Hameleers <alien@slackware.com> | 2016-12-28 13:54:02 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-12-28 13:54:02 +0100 |
commit | 12688a3ef0bb833baaef38bc1c0a3d74025b8b5a (patch) | |
tree | fb536c46937efba8055f7b7e2f019d64fe84b19c /pkglists/plasma5.conf | |
parent | 9ab06cd37b8b41d9a5cf978cddc95a0e72abe0e7 (diff) | |
download | liveslak-12688a3ef0bb833baaef38bc1c0a3d74025b8b5a.tar.gz liveslak-12688a3ef0bb833baaef38bc1c0a3d74025b8b5a.tar.xz |
pkglist configuration: use '/var/cache/liveslak' to store repository mirrors.
Diffstat (limited to 'pkglists/plasma5.conf')
-rw-r--r-- | pkglists/plasma5.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkglists/plasma5.conf b/pkglists/plasma5.conf index 457ce0b..1ab1a31 100644 --- a/pkglists/plasma5.conf +++ b/pkglists/plasma5.conf @@ -5,7 +5,7 @@ VARIANT=latest SL_REPO_URL="rsync://slackware.uk/people/alien-kde/${SL_VERSION}/${VARIANT}/${SL_ARCH}" -SL_REPO="/mnt/auto/sox/data/slackware/ktown/${SL_VERSION}/${VARIANT}/${SL_ARCH}" +SL_REPO="/var/cache/liveslak/ktown/${SL_VERSION}/${VARIANT}/${SL_ARCH}" # Package root directory: SL_PKGROOT=${SL_REPO} |