Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=a0895bbd497065abf19cc99b8c69191e3dd52fa9

commit a0895bbd497065abf19cc99b8c69191e3dd52fa9
Author: Janny <[EMAIL PROTECTED]>
Date:   Thu Mar 6 20:14:40 2008 +0100

fwlive-Makefile_build
* add to config FULL
* add remove other language files to build

diff --git a/config b/config
index 12b7cf2..7d1c304 100644
--- a/config
+++ b/config
@@ -23,7 +23,7 @@ FWLFONT = lat2-16.psfu.gz
# * SERVER
# * MIN - comfortable console workstation
# * MUSTHAVE - minimalistic one, base of all profiles
-APPSGROUP = MUSTHAVE
+APPSGROUP = FULL

# add supported locals
LOCALE = en,de,fr,da,hu,cz
diff --git a/live-base/build b/live-base/build
index 031dd2e..ab7e5f6 100644
--- a/live-base/build
+++ b/live-base/build
@@ -55,6 +55,7 @@ echo "Deleting unused languages..."
for i in $(echo $LOCALE | sed -r "s/\,/ /g"); do
lo="! -name \"$i*\" "$lo
done
+find $ROOT/usr/share/i18n/locales -maxdepth 1 -type f $lo -exec rm -fr {} \;
find $ROOT/usr/share/locale -maxdepth 1 -type d $lo -exec rm -fr {} \;

echo "Creating compressed images..."
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to