atop: don't chmod u+s, otherwise Nix build fails

This commit is contained in:
Ricardo M. Correia 2017-07-03 20:24:33 +02:00
parent c64d8eaaea
commit 4e025437d7

View File

@ -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 = ''