iproute: Actually don't install docs
This commit is contained in:
parent
fa0b84c446
commit
5792b1345a
@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
"DESTDIR="
|
"DESTDIR="
|
||||||
"LIBDIR=$(out)/lib"
|
"LIBDIR=$(out)/lib"
|
||||||
"SBINDIR=$(out)/sbin"
|
"SBINDIR=$(out)/sbin"
|
||||||
"DOCDIR=$(out)/share/doc/${name}"
|
|
||||||
"MANDIR=$(out)/share/man"
|
"MANDIR=$(out)/share/man"
|
||||||
|
"DOCDIR=$(TMPDIR)/share/doc/${name}" # Don't install docs
|
||||||
];
|
];
|
||||||
|
|
||||||
buildFlags = [
|
buildFlags = [
|
||||||
@ -36,9 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# Get rid of useless TeX/SGML docs.
|
|
||||||
postInstall = "rm -rf $out/share/doc";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
|
homepage = http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
|
||||||
description = "A collection of utilities for controlling TCP/IP networking and traffic control in Linux";
|
description = "A collection of utilities for controlling TCP/IP networking and traffic control in Linux";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user