From 9965ad6b29b41bf5d392f73413cd665e6075cde1 Mon Sep 17 00:00:00 2001 From: Tangles Date: Sat, 22 Feb 2020 00:07:56 +1100 Subject: [PATCH] tidy up some comments in install-to-chroot.sh --- install-to-chroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.47.3