diff --git a/dgl-create-chroot b/dgl-create-chroot index 0cebbd7..2e7f279 100755 --- a/dgl-create-chroot +++ b/dgl-create-chroot @@ -147,8 +147,12 @@ fi if [ -n "$NETHACKBIN" -a -e "$NETHACKBIN" ]; then echo "Copying $NETHACKBIN" - sudo cp "$NETHACKBIN" "$NHSUBDIR/" + cd "$NHSUBDIR" + NHBINFILE="`basename $NETHACKBIN`.`date +%Y%m%d`" + sudo cp "$NETHACKBIN" "$NHBINFILE" + sudo ln -s "$NHBINFILE" nethack LIBS="$LIBS `findlibs $NETHACKBIN`" + cd "$CHROOT" fi diff --git a/examples/dgamelaunch.conf b/examples/dgamelaunch.conf index 2cbe224..9684852 100644 --- a/examples/dgamelaunch.conf +++ b/examples/dgamelaunch.conf @@ -206,11 +206,11 @@ menu["watchmenu_help"] { # DEFINE { - game_path = "/nh343/nethack.343-nao" + game_path = "/nh343/nethack" game_name = "NetHack 3.4.3" short_name = "NH343" - game_args = "/nh343/nethack.343-nao", "-u", "%n" + game_args = "/nh343/nethack", "-u", "%n" spooldir = "/var/mail/" rc_template = "/dgl-default-rcfile.nh343"