Copy /etc/localtime (so gremlins will steal intrinsics at appropriate times).

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@115 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Jilles Tjoelker 2004-01-07 14:53:08 +00:00
parent ce0eaea25c
commit 1540973c6e
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ mkdir -p $chroot_path/bin $chroot_path/etc $chroot_path/var/mail
echo "games:*:$shed_uid:$shed_gid:games:/nonexistent:" >$chroot_path/etc/passwd
echo "games:*:$shed_gid:" >$chroot_path/etc/group
# Time zone information, NetHack uses this
[ -e /etc/localtime ] && cp /etc/localtime $chroot_path/etc
# Dungeon directory setup
mkdir -p $chroot_path/dgldir/inprogress
mkdir -p $chroot_path/dgldir/rcfiles