From 24cb04fa541f0eb6ea62d4d63e217b9873f8b710 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Wed, 22 Feb 2012 12:16:41 +0100 Subject: We should not own the man directory --- python-nitrate.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-nitrate.spec b/python-nitrate.spec index ddd490b..9de6f04 100644 --- a/python-nitrate.spec +++ b/python-nitrate.spec @@ -40,7 +40,7 @@ install -m 644 documentation/*.1.gz %{buildroot}%{_mandir}/man1 %files %defattr(-,root,root,-) -%{_mandir}/man1 +%{_mandir}/man1/* %{_bindir}/nitrate %{python_sitelib} %doc COPYING README examples -- cgit