diff options
author | Eric Hameleers <alien@slackware.com> | 2016-12-31 21:29:32 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-12-31 21:29:32 +0100 |
commit | 122eb70367465b112fdb694f58840a6f4dd3d82f (patch) | |
tree | eb75b8e9ea39b749341c484e140f060a0b1f37bc /pkglists/systemd.conf | |
parent | a21c6323c3b78c13ef537c27058cc8379462da5c (diff) | |
download | liveslak-122eb70367465b112fdb694f58840a6f4dd3d82f.tar.gz liveslak-122eb70367465b112fdb694f58840a6f4dd3d82f.tar.xz |
pkglist for dlackware: use '/var/cache/liveslak' to store repository mirrors.
Diffstat (limited to 'pkglists/systemd.conf')
-rw-r--r-- | pkglists/systemd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkglists/systemd.conf b/pkglists/systemd.conf index 06ac17c..647aac3 100644 --- a/pkglists/systemd.conf +++ b/pkglists/systemd.conf @@ -5,7 +5,7 @@ VARIANT=3.22 SL_REPO_URL="rsync://pkgs.dlackware.com/mirrors/slackware/dlack/${SL_VERSION}/${VARIANT}/${SL_ARCH}" -SL_REPO="/var/cache/dlackware" +SL_REPO="/var/cache/liveslak/dlackware/${SL_VERSION}/${VARIANT}/${SL_ARCH}" # Package root directory: SL_PKGROOT=${SL_REPO} |