mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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 New Issue
Block a user