We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent cbfb35a commit 9622ce1Copy full SHA for 9622ce1
pkgs/os-specific/linux/atop/default.nix
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
25
sed -e "/touch.*LOGPATH/s@touch@echo should have created @" -i Makefile
26
sed -e 's/chown/true/g' -i Makefile
27
sed -e '/chkconfig/d' -i Makefile
28
+ sed -e 's/chmod 04711/chmod 0711/g' -i Makefile
29
'';
30
31
preInstall = ''
0 commit comments