diff options
author | Eric Hameleers <alien@slackware.com> | 2020-05-29 13:56:47 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-05-29 13:56:47 +0200 |
commit | 305ad86a2110b32832abba98111c4ad12e3e6da5 (patch) | |
tree | 1f7886ecd8b9cfa4951b23d42c0e3ded0270e7e3 /pkglists/z01_plasma5base.conf | |
parent | c9326a06ce3ecaa1278b1938bb3500f7869e0bf1 (diff) | |
download | liveslak-305ad86a2110b32832abba98111c4ad12e3e6da5.tar.gz liveslak-305ad86a2110b32832abba98111c4ad12e3e6da5.tar.xz |
DAW: some pkglists files renamed to force proper loading order on boot
Diffstat (limited to 'pkglists/z01_plasma5base.conf')
-rw-r--r-- | pkglists/z01_plasma5base.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkglists/z01_plasma5base.conf b/pkglists/z01_plasma5base.conf new file mode 100644 index 0000000..1ab1a31 --- /dev/null +++ b/pkglists/z01_plasma5base.conf @@ -0,0 +1,15 @@ +# 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'. + +VARIANT=latest + +SL_REPO_URL="rsync://slackware.uk/people/alien-kde/${SL_VERSION}/${VARIANT}/${SL_ARCH}" +SL_REPO="/var/cache/liveslak/ktown/${SL_VERSION}/${VARIANT}/${SL_ARCH}" + +# Package root directory: +SL_PKGROOT=${SL_REPO} + +# Patches root directory: +SL_PATCHROOT="" + |