diff options
author | Eric Hameleers <alien@slackware.com> | 2020-12-08 16:30:25 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-12-08 16:30:25 +0100 |
commit | edb33cda32001173b95ea679398bcccdb689c72c (patch) | |
tree | 0a0c8999959211d91105dd91bc4fc842c08ca847 /pkglists/xfcebase.conf | |
parent | f61fc62f8d9155effe6cf348499280c73b080db5 (diff) | |
download | liveslak-edb33cda32001173b95ea679398bcccdb689c72c.tar.gz liveslak-edb33cda32001173b95ea679398bcccdb689c72c.tar.xz |
XFCE packages are again taken from the core distro
Diffstat (limited to 'pkglists/xfcebase.conf')
-rw-r--r-- | pkglists/xfcebase.conf | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pkglists/xfcebase.conf b/pkglists/xfcebase.conf deleted file mode 100644 index 2dbcf5d..0000000 --- a/pkglists/xfcebase.conf +++ /dev/null @@ -1,20 +0,0 @@ -# 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=testing -if [ "${SL_ARCH}" == "x86_64" ]; then - LIBSUFFIX="64" -else - LIBSUFFIX="" -fi - -SL_REPO_URL="rsync://slackware.uk/slackware/slackware${LIBSUFFIX}-${SL_VERSION}/${VARIANT}/packages/vtown" -SL_REPO="/var/cache/liveslak/Slackware/slackware${LIBSUFFIX}-${SL_VERSION}/${VARIANT}/packages/vtown" - -# Package root directory: -SL_PKGROOT=${SL_REPO} - -# Patches root directory: -SL_PATCHROOT="" - |