From: sbkelley Date: Sat, 23 May 2026 15:22:01 +0000 (-0400) Subject: minor changes to install script X-Git-Tag: v1.6.1-roc-dev~6^2~25 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=ee686f5fcf4cb0a8af755507b6b046851583d4b7;p=dgamelaunch minor changes to install script (cherry picked from commit 2676d6aebfca6edfc15dbc6b2160a9108874b9a9) --- diff --git a/install-dgl-nh500 b/install-dgl-nh500 index 16e5e34..ec5b34b 100644 --- a/install-dgl-nh500 +++ b/install-dgl-nh500 @@ -56,12 +56,6 @@ CHROOT="/opt/dgamelaunch" # # Each directory is within the chroot! # -# In practice, I haven't figured out what breaks -- I suspect something to do -# with the database -- but they must just be left alone. -# -#DGLVAR="/dgldir" -#DGLETC="/." -#MENUDIR="$DGLETC" DGLVAR="/var" DGLETC="/etc" MENUDIR="$DGLETC/menu" @@ -87,6 +81,19 @@ GREPBIN="/bin/grep" WORKDIR="`pwd`" NETHACKBIN="$HACKDIR/nethack" +# Here are some settings which would cause nethack and dgl to be installed +# in a way that reflects the setup instructions provided by Paxed... +# for posterity mostly. If you uncomment these, you will have to also modify +# some of the patch files, and dgamelaunch.conf. +# +#CHROOT="/opt/nethack/nethack.alt.org" +#DGLVAR="/dgldir" +#DGLETC="/." +#MENUDIR="$DGLETC" +#HACKDIR="/nh500" +#PLAYGROUND="/nh500/var" + + ################ # Some functions errorexit() { @@ -138,7 +145,6 @@ DGLVAR=`standdir $DGLVAR` DGLETC=`standdir $DGLETC` MENUDIR=`standdir $MENUDIR` SQLITE_DBFILE=`standdir $SQLITE_DBFILE` -echo "SQLITE_DBFILE: '$SQLITE_DBFILE'" HACKDIR=`standdir $HACKDIR` PLAYGROUND=`standdir $PLAYGROUND` COMPRESSBIN=`standdir $COMPRESSBIN`