forked from mirrors/nixpkgs
Merge pull request #15943 from sheenobu/bugfix/nethack/fix_xlogfile
nethack: include xlogfile as copied file in nethackuserdir
This commit is contained in:
commit
5191294e3d
|
@ -53,7 +53,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
postInstall = ''
|
||||
mkdir -p $out/games/lib/nethackuserdir
|
||||
for i in logfile perm record save; do
|
||||
for i in xlogfile logfile perm record save; do
|
||||
mv $out/games/lib/nethackdir/$i $out/games/lib/nethackuserdir
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue