[bmon] Use %{_docdir} to install bmon.conf in examples subdir

Thomas Graf tgraf at fedoraproject.org
Tue Nov 25 20:40:55 UTC 2014


commit 18781e5fac1c52d345be759cb15ddb2fc27693d9
Author: Thomas Graf <tgraf at suug.ch>
Date:   Tue Nov 25 21:40:16 2014 +0100

    Use %{_docdir} to install bmon.conf in examples subdir
    
    Signed-off-by: Thomas Graf <tgraf at suug.ch>

 bmon.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bmon.spec b/bmon.spec
index a8b2005..a55f8f7 100644
--- a/bmon.spec
+++ b/bmon.spec
@@ -28,7 +28,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 %files
 %{_bindir}/bmon
 %{_mandir}/man8/bmon.8*
-%doc examples/bmon.conf
+%{_docdir}/bmon/examples/bmon.conf
 
 %changelog
 * Tue Nov 25 2014 Thomas Graf <tgraf at suug.ch> - 3.6-1


More information about the scm-commits mailing list