uucp: Don't chown to 'uucp' user, don't set special perms
This commit is contained in:
parent
b6caf10989
commit
5d0a8792a7
@ -10,6 +10,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace Makefile.in \
|
||||||
|
--replace 4555 0555
|
||||||
|
sed -i '/chown $(OWNER)/d' Makefile.in
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Unix-unix cp over serial line, also includes cu program";
|
description = "Unix-unix cp over serial line, also includes cu program";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user