atop: don't chmod u+s, otherwise Nix build fails
This commit is contained in:
parent
c64d8eaaea
commit
4e025437d7
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||
sed -e "/touch.*LOGPATH/s@touch@echo should have created @" -i Makefile
|
||||
sed -e 's/chown/true/g' -i Makefile
|
||||
sed -e '/chkconfig/d' -i Makefile
|
||||
sed -e 's/chmod 04711/chmod 0711/g' -i Makefile
|
||||
'';
|
||||
|
||||
preInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user