From 5c8abe3f735d4bf208837cd28151406207c651e0 Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Sun, 12 Jan 2020 10:13:55 +0100
Subject: Build option: extra_cz

include extra files to support cz language
uses binary_local-hooks and chroot_local-hooks
---
 auto/config | 3 +++
 1 file changed, 3 insertions(+)

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"
-- 
cgit v1.0