mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-09-26 19:28:47 +02:00
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@287 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
15 lines
340 B
Bash
15 lines
340 B
Bash
#!/bin/sh
|
|
# Brett Carrington <brettcar@segvio.org>
|
|
|
|
# NOTE: This copied from the dgl-create-chroot changes by Jilles, likely
|
|
# incomplete.
|
|
|
|
chroot_path="/var/lib/dgamelaunch"
|
|
shed_uid=5
|
|
shed_gid=60
|
|
libs=""
|
|
playground_fixed="/opt/local/share/nethackdir/"
|
|
playground_var=""
|
|
nethack_bin="/opt/local/bin/nethack"
|
|
termdata="/usr/share/terminfo"
|