Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=4feac8de5d309d32c6e8174d995874ea330f5e85

commit 4feac8de5d309d32c6e8174d995874ea330f5e85
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 8 20:22:53 2010 +0100

add tzdata package for gui image

diff --git a/Makefile b/Makefile
index 228c1d3..56dbd14 100644
--- a/Makefile
+++ b/Makefile
@@ -706,4 +706,10 @@ coreutils:
$(UNPACK)
cp -a $(BDIR)/bin/nice coreutils/bin/

+tzdata:
+       $(CLEANUP)
+       mkdir -p tzdata/usr/share/zoneinfo
+       $(UNPACK); \
+       cp -a usr/share/zoneinfo/zone.tab ../tzdata/usr/share/zoneinfo/
+
.NOTPARALLEL:
diff --git a/configure b/configure
index 8f31902..c3770a5 100755
--- a/configure
+++ b/configure
@@ -42,7 +42,7 @@ parser.add_option("--enable-gui", action="store_true", 
dest="gui", help="Build F

# if we want the gui image, add appropriate package and remove useless ones
if options.gui:
-       packages.extend(['coreutils'])
+       packages.extend(['coreutils', 'tzdata'])

# if we want debug then we should add gdb and it's dependencies
sys.stdout.write("checking for debug support... ")
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to