use uid 5/60, games/games under Debian
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@18 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
ade29a3309
commit
a569c5f333
|
@ -5,8 +5,8 @@ set -e
|
|||
CHROOT_PATH=/var/lib/dgamelaunch
|
||||
|
||||
# Only in the chroot
|
||||
CHROOT_UID=1031
|
||||
CHROOT_GID=1031
|
||||
CHROOT_UID=5
|
||||
CHROOT_GID=60
|
||||
|
||||
echo "Setting up the chroot in: $CHROOT_PATH"
|
||||
|
||||
|
|
Loading…
Reference in New Issue