mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
* inetutils: traceroute also needs a chmod +x.
svn path=/nixpkgs/trunk/; revision=19393
This commit is contained in:
parent
de360dbe76
commit
56babc131d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
postInstall = ''
|
||||
# XXX: These programs are normally installed setuid but since it
|
||||
# fails, they end up being non-executable, hence this hack.
|
||||
chmod +x $out/bin/{ping,ping6,rcp,rlogin,rsh}
|
||||
chmod +x $out/bin/{ping,ping6,rcp,rlogin,rsh,traceroute}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue