]> skyeroc.xyz Git - dgamelaunch/commitdiff
nethack tarball now always fetched to same file
authorSkyebee <sb24kelley@gmail.com>
Mon, 1 Jun 2026 16:19:35 +0000 (12:19 -0400)
committersbkelley <sb24kelley@gmail.com>
Mon, 1 Jun 2026 20:43:59 +0000 (16:43 -0400)
install-dgl-nh500

index b6c58076d658dc2cfde36172fe0c97811f8ba79d..bfcaff765068e187fc38bd486fa2876091796840 100755 (executable)
@@ -302,7 +302,7 @@ sed -i -e "s,(:playground:),"/$PLAYGROUND",g" $PATCH_ME
 ###############
 # Fetch, patch, build, install NetHack
 if [ -n "$FETCHNH" ]; then
-  wget ${NETHACK500}
+  wget ${NETHACK500} -O ./nethack-500-src.tgz
   expectsum=${NETHACKSHA256}
   actualsum=`shasum -a256 ./nethack-500-src.tgz | awk '{ print $1 }'`
   if [ $actualsum != $expectsum ]; then