aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drminfo.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/drminfo.spec b/drminfo.spec
index 4abe7d7..518b661 100644
--- a/drminfo.spec
+++ b/drminfo.spec
@@ -30,8 +30,11 @@ make drminfo drmtest
%install
install -d %{buildroot}%{_bindir}
+install -d %{buildroot}%{_mandir}/man1
install drminfo %{buildroot}%{_bindir}/drminfo
install drmtest %{buildroot}%{_bindir}/drmtest
+install -m644 drminfo.man %{buildroot}%{_mandir}/man1/drminfo.1
+install -m644 drmtest.man %{buildroot}%{_mandir}/man1/drmtest.1
%files
%{_bindir}/drminfo