Skip to content

Commit 9622ce1

Browse files
committedJul 5, 2017
Merge #27153: atop: don't chmod u+s
(cherry picked from commit 4925005)
1 parent cbfb35a commit 9622ce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/os-specific/linux/atop/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
2525
sed -e "/touch.*LOGPATH/s@touch@echo should have created @" -i Makefile
2626
sed -e 's/chown/true/g' -i Makefile
2727
sed -e '/chkconfig/d' -i Makefile
28+
sed -e 's/chmod 04711/chmod 0711/g' -i Makefile
2829
'';
2930

3031
preInstall = ''

0 commit comments

Comments
 (0)
Please sign in to comment.