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/lxqt.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/lxqt.conf')
-rw-r--r-- | pkglists/lxqt.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkglists/lxqt.conf b/pkglists/lxqt.conf index 4b527b2..a81a7c2 100644 --- a/pkglists/lxqt.conf +++ b/pkglists/lxqt.conf @@ -2,7 +2,7 @@ # 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/people/alien/sbrepos/${SL_VERSION}/${SL_ARCH}" -SL_REPO="/mnt/auto/sox/sbrepos/${SL_VERSION}/${SL_ARCH}" +SL_REPO="/var/cache/liveslak/sbrepos/${SL_VERSION}/${SL_ARCH}" # Package root directory: SL_PKGROOT=${SL_REPO} |