]> skyeroc.xyz Git - dgamelaunch/commitdiff
tidy up some comments in install-to-chroot.sh
authorTangles <andyrthomson@gmail.com>
Fri, 21 Feb 2020 13:07:56 +0000 (00:07 +1100)
committerTangles <andyrthomson@gmail.com>
Fri, 21 Feb 2020 13:07:56 +0000 (00:07 +1100)
install-to-chroot.sh

index 2da2e8e242f40cd8d417fb4709046a5f99ea9f09..c70cb8d9b7730333af3919da00cc5057c984952b 100755 (executable)
@@ -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"