Merge #27153: atop: don't chmod u+s

This commit is contained in:
Vladimír Čunát 2017-07-05 17:31:16 +02:00
commit 49250054d2
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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