Blob Blame History Raw
From a09fdf5b3dc642d09f5f68281249db785e04ea7f Mon Sep 17 00:00:00 2001
From: Gris Ge <fge@redhat.com>
Date: Tue, 25 Sep 2018 10:45:37 +0800
Subject: [PATCH] Manpage: Fix the incorrect path of lsmd.conf(5).

Currently, the installed manpage of lsmd.conf is `lsmd.conf.5.5.gz`.
This patch fixed it.

Signed-off-by: Gris Ge <fge@redhat.com>
---
 doc/man/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index db9ffb5..5989505 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -25,4 +25,4 @@ if WITH_LOCAL
 notrans_dist_man1_MANS += local_lsmplugin.1
 endif
 
-notrans_dist_man5_MANS = lsmd.conf.5.in
+notrans_dist_man5_MANS = lsmd.conf.5
-- 
1.8.3.1