forked from mirrors/nixpkgs
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" ];
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace Makefile.in \
|
||||
--replace 4555 0555
|
||||
sed -i '/chown $(OWNER)/d' Makefile.in
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Unix-unix cp over serial line, also includes cu program";
|
||||
|
||||
|
|
Loading…
Reference in a new issue