diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-19 12:02:17 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-19 12:02:17 +0200 |
commit | 7099ffaf36e471737b2f2bfb83feb5651bfacc92 (patch) | |
tree | 0dee8688c628e1fd9892f9f646a93b48ced5cf93 | |
parent | 79dd5e7688d4ae6be6c9f55cdc328459f796788e (diff) | |
download | drminfo-7099ffaf36e471737b2f2bfb83feb5651bfacc92.tar.gz |
fix file list
-rw-r--r-- | drminfo.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drminfo.spec b/drminfo.spec index 518b661..6bdfe86 100644 --- a/drminfo.spec +++ b/drminfo.spec @@ -37,5 +37,5 @@ install -m644 drminfo.man %{buildroot}%{_mandir}/man1/drminfo.1 install -m644 drmtest.man %{buildroot}%{_mandir}/man1/drmtest.1 %files -%{_bindir}/drminfo -%{_bindir}/drmtest +%{_bindir}/drm* +%{_mandir}/man1/drm*.1* |