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:
parent
ce0eaea25c
commit
1540973c6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue