* inetutils: traceroute also needs a chmod +x.

svn path=/nixpkgs/trunk/; revision=19393
This commit is contained in:
Eelco Dolstra 2010-01-13 13:46:22 +00:00
parent de360dbe76
commit 56babc131d

View file

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