* inetutils: traceroute also needs a chmod +x.
svn path=/nixpkgs/trunk/; revision=19393
This commit is contained in:
parent
de360dbe76
commit
56babc131d
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
# XXX: These programs are normally installed setuid but since it
|
# XXX: These programs are normally installed setuid but since it
|
||||||
# fails, they end up being non-executable, hence this hack.
|
# 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 = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user