mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
uucp: add remark to patch
This commit is contained in:
parent
cca6eb62c0
commit
ca6bb9098c
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
# do not set sticky bit in nix store
|
||||||
substituteInPlace Makefile.in \
|
substituteInPlace Makefile.in \
|
||||||
--replace 4555 0555
|
--replace 4555 0555
|
||||||
sed -i '/chown $(OWNER)/d' Makefile.in
|
sed -i '/chown $(OWNER)/d' Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user