From: Tangles Date: Fri, 21 Feb 2020 13:07:56 +0000 (+1100) Subject: tidy up some comments in install-to-chroot.sh X-Git-Tag: v1.6.1-roc-dev~21 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=9965ad6b29b41bf5d392f73413cd665e6075cde1;p=dgamelaunch tidy up some comments in install-to-chroot.sh --- diff --git a/install-to-chroot.sh b/install-to-chroot.sh index 2da2e8e..c70cb8d 100755 --- a/install-to-chroot.sh +++ b/install-to-chroot.sh @@ -6,10 +6,10 @@ # Licensed under the MIT License # https://opensource.org/licenses/MIT -# autonamed chroot directory. Can rename. +# autonamed dgl binary. Symlink points to this. DATESTAMP=`date +%Y%m%d-%H%M%S` NAO_CHROOT="/opt/nethack/chroot" -# already compiled versions of dgl and nethack +# dgl has been compiled in this directory DGL_GIT="/home/build/dgamelaunch" # the user & group from dgamelaunch config file. USRGRP="games:games"