Set TIMEZONE to TZ if it's set on the host, if not defaultting to GMT.

This commit is contained in:
Manuel Canales Esparcia 2006-05-14 15:22:21 +00:00
parent e51d4db497
commit 5a733a4aca

View file

@ -60,7 +60,7 @@ STRIP=1
PAGE=letter
#--- set default timezone.
TIMEZONE=GMT
TIMEZONE=${TZ:-GMT}
#--- install the optional vim-lang package 0(no)/1(yes)
VIMLANG=1