diff options
Diffstat (limited to 'pkglists')
-rw-r--r-- | pkglists/ktown.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkglists/ktown.conf b/pkglists/ktown.conf index 856f899..cd37cae 100644 --- a/pkglists/ktown.conf +++ b/pkglists/ktown.conf @@ -2,7 +2,9 @@ # or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed # to the local directory 'SL_REPO'. -VARIANT=latest +# Either 'latest' or 'testing': +VARIANT=testing + if [ "${SL_ARCH}" == "x86_64" ]; then LIBSUFFIX="64" else |