From 1e8ba0a3eff36fb430c30ddaf977e95a564795f5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 24 Dec 2009 01:10:08 +0100 Subject: [PATCH] shutils/chroot: copy host /etc/localtime if found. --HG-- extra : convert_revision : d3961bbaa2b8fd51d59d5ccd4e2023b2cf31a60a --- xbps-src/shutils/chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xbps-src/shutils/chroot.sh b/xbps-src/shutils/chroot.sh index eadd1644eac..ba49877219f 100644 --- a/xbps-src/shutils/chroot.sh +++ b/xbps-src/shutils/chroot.sh @@ -87,6 +87,7 @@ ff02::3 ip6-allhosts _EOF cp -f /etc/resolv.conf $XBPS_MASTERDIR/etc + [ -f /etc/localtime ] && cp -f /etc/localtime $XBPS_MASTERDIR/etc # Create /bin/sh symlink to bash cd $XBPS_MASTERDIR/bin && ln -sf bash sh