commit 8214806faa6119c913e735ee0dcfb5fb568d2605
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sun Jun 30 14:00:43 2019 -0500
Fix filename of manpage
kodi.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kodi.spec b/kodi.spec
index d306d10..7308ad2 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -429,7 +429,7 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
# Remove wiiremote man page if support was disabled
%if ! 0%{?_with_cwiid}
-rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1.gz
+rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%endif
Show replies by date