From 4fde7ce9d606612aae3eac624776671aad0c9e2c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Sep 2018 18:43:18 +0200 Subject: [PATCH] fix installation of man page Signed-off-by: Igor Gnatenko --- npth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npth.spec b/npth.spec index d403bb6..c553439 100644 --- a/npth.spec +++ b/npth.spec @@ -36,7 +36,7 @@ developing applications that use %{name}. %install %make_install -install -Dpm0644 %{S:2} %{buildroot}%{_mandir}/man1/ +install -Dpm0644 -t %{buildroot}%{_mandir}/man1 %{S:2} find %{buildroot} -name '*.la' -delete -print %check