snake4: don't install with setuid
what the..
This commit is contained in:
parent
fdc18bc74c
commit
8d6682ca0b
@ -11,7 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = with xorg; [ shhmsg shhopt libX11 libXt libXpm libXaw libXext ];
|
buildInputs = with xorg; [ shhmsg shhopt libX11 libXt libXpm libXaw libXext ];
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
substituteInPlace Makefile --replace "-o \$(OWNER) -g \$(GROUP)" ""
|
substituteInPlace Makefile \
|
||||||
|
--replace "-o \$(OWNER) -g \$(GROUP)" "" \
|
||||||
|
--replace "4755" "755"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installFlags = [ "INSTLIBDIR=$(out)/lib"
|
installFlags = [ "INSTLIBDIR=$(out)/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user