From 56f47909f4c27ac3bb33c4d56a6d955a8c5e8d09 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 12 Jul 2018 01:51:31 +0200 Subject: [PATCH] Fix Fedora build --- dist/fedora/strawberry.spec.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dist/fedora/strawberry.spec.in b/dist/fedora/strawberry.spec.in index 5f04a5522..380ddf0fd 100644 --- a/dist/fedora/strawberry.spec.in +++ b/dist/fedora/strawberry.spec.in @@ -86,6 +86,7 @@ popd %install make install DESTDIR=%{buildroot} -C %{_target_platform} +rm -rf %{buildroot}%{_datadir}/man %check desktop-file-validate %{buildroot}%{_datadir}/applications/strawberry.desktop @@ -104,10 +105,7 @@ popd %{_datadir}/icons/hicolor/64x64/apps/strawberry.png %{_datadir}/icons/hicolor/128x128/apps/strawberry.png %{_datadir}/icons/hicolor/scalable/apps/strawberry.svg -%{_mandir}/man1/%{name}.1%{?ext_man} -%{_mandir}/man1/%{name}-tagreader.1%{?ext_man} %changelog * @RPM_DATE@ Jonas Kvinge - @STRAWBERRY_VERSION_RPM_V@ - Version @STRAWBERRY_VERSION_PACKAGE@ -