diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-12-29 07:09:42 -0800 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-03 16:58:54 +0100 |
commit | 292d5e6a189192835191fa1e493f8b2fbfea1bce (patch) | |
tree | 828d103cd8b5c058f70b5132849afc9fa52d48e0 | |
parent | 50245670651622022cb4bc27f5aefa214d82e04d (diff) | |
download | kmod-292d5e6a189192835191fa1e493f8b2fbfea1bce.tar.gz kmod-292d5e6a189192835191fa1e493f8b2fbfea1bce.tar.bz2 kmod-292d5e6a189192835191fa1e493f8b2fbfea1bce.zip |
disable man pages
-rw-r--r-- | packaging/kmod.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/kmod.spec b/packaging/kmod.spec index feacf3d..126f3e3 100644 --- a/packaging/kmod.spec +++ b/packaging/kmod.spec @@ -70,6 +70,7 @@ autoreconf -fi # packages which fail to properly use pkgconfig. %configure \ --with-xz \ + --disable-manpages \ --with-zlib \ --includedir=%{_includedir}/%{name}-%{version} \ --with-rootlibdir=%{_libdir} \ |