summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2020-01-12 10:13:55 +0100
committerHolger Paradies <retabell@gmx.de>2020-01-12 10:22:18 +0100
commit5c8abe3f735d4bf208837cd28151406207c651e0 (patch)
treef1f20a21e0d9bcd3ad6089b92119da40875d36d7
parent09ac97ea9e52bc1bdbcd638e65c52798d49b3331 (diff)
downloadkanotix-5c8abe3f735d4bf208837cd28151406207c651e0.zip
kanotix-5c8abe3f735d4bf208837cd28151406207c651e0.tar.gz
Build option: extra_cz
include extra files to support cz language uses binary_local-hooks and chroot_local-hooks
-rwxr-xr-xauto/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/config b/auto/config
index f1aa523..74bc4b0 100755
--- a/auto/config
+++ b/auto/config
@@ -149,6 +149,9 @@ grep -wq spotify <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" spotify"
grep -wq dropbox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" dropbox"
grep -wq skypeforlinux <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" skype-stable"
+# Languages
+grep -wq extra_cz <<<"$LB_PACKAGES_LISTS"
+
# special hack
if grep -wq gfxdetect <<<"$LB_PACKAGES_LISTS"; then
LB_REPOSITORIES+=" nvidia mesa-11"