From 57d4f03ba8407db1ab8625980b9a725a825eb184 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 5 Mar 2008 15:33:37 +0000 Subject: [PATCH] * Make sure that zone.tab gets installed (NIXOS-56 regression). svn path=/nixpkgs/branches/stdenv-updates/; revision=10967 --- pkgs/development/libraries/glibc-2.7/builder.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/libraries/glibc-2.7/builder.sh b/pkgs/development/libraries/glibc-2.7/builder.sh index f9b9c6b87aa..1bf806c0149 100644 --- a/pkgs/development/libraries/glibc-2.7/builder.sh +++ b/pkgs/development/libraries/glibc-2.7/builder.sh @@ -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() {