unnethack: override GAMEPERM to not include special bits
This commit is contained in:
parent
7270b9b425
commit
b20b2af59f
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-gamesdir=/tmp/unnethack"
|
"--with-gamesdir=/tmp/unnethack"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
makeFlags = [ "GAMEPERM=744" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cp -r /tmp/unnethack $out/share/unnethack/profile
|
cp -r /tmp/unnethack $out/share/unnethack/profile
|
||||||
mv $out/bin/unnethack $out/bin/.wrapped_unnethack
|
mv $out/bin/unnethack $out/bin/.wrapped_unnethack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user