[check_postgres/el5] Fix man file name

Devrim GÜNDÜZ devrim at fedoraproject.org
Thu Jan 19 14:23:06 UTC 2012


commit 5234f30d0f0fb83baabf657744416e03e03d6be6
Author: Devrim GUNDUZ <devrim at gunduz.org>
Date:   Thu Jan 19 16:22:59 2012 +0200

    Fix man file name

 check_postgres.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/check_postgres.spec b/check_postgres.spec
index f573325..3eda2d4 100644
--- a/check_postgres.spec
+++ b/check_postgres.spec
@@ -29,7 +29,7 @@ install -d %{buildroot}%{_docdir}/%{name}-%{version}
 install -d %{buildroot}%{_mandir}/man3/
 install -p -m 755 %{name}.pl %{buildroot}%{_bindir}/
 install -p -m 644 %{name}.pl.html README TODO %{buildroot}%{_docdir}/%{name}-%{version}/
-install -p -m 644 blib/man3/check_postgres.3pm %{buildroot}%{_mandir}/man3/
+install -p -m 644 blib/man3/check_postgres.3 %{buildroot}%{_mandir}/man3/
 
 %clean
 rm -rf %{buildroot}


More information about the scm-commits mailing list