xsokoban: Don't set special bits on install
This commit is contained in:
parent
8098e4048b
commit
479d9f9cd3
@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace Makefile.in --replace 4755 0755
|
||||||
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -e 's/getline/my_getline/' -i score.c
|
sed -e 's/getline/my_getline/' -i score.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user