* Make sure that zone.tab gets installed (NIXOS-56 regression).

svn path=/nixpkgs/branches/stdenv-updates/; revision=10967
This commit is contained in:
Eelco Dolstra 2008-03-05 15:33:37 +00:00
parent f212e0380e
commit 57d4f03ba8

View File

@ -7,6 +7,9 @@ source $stdenv/setup
# Explicitly tell glibc to use our pwd, not /bin/pwd.
export PWD_P=$(type -tP pwd)
# Needed to install share/zoneinfo/zone.tab.
export BASH_SHELL=$SHELL
preConfigure=preConfigure
preConfigure() {