[nut/f17] fix multilib installation

Michal Hlavinka mhlavink at fedoraproject.org
Wed Jun 13 14:13:40 UTC 2012


commit 5e76cecf9134e40e83c827fbc300e3a92be4faa7
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Jun 13 16:13:34 2012 +0200

    fix multilib installation

 nut.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/nut.spec b/nut.spec
index a16ff9a..05847ca 100644
--- a/nut.spec
+++ b/nut.spec
@@ -165,6 +165,8 @@ make install DESTDIR=%{buildroot}
 
 rm -rf %{buildroot}%{_prefix}/html
 rm -f %{buildroot}%{_libdir}/*.la
+rm -rf docs/man
+find docs/ -name 'Makefile*' -delete
 
 pushd conf; 
 make install DESTDIR=%{buildroot}


More information about the scm-commits mailing list