diff --git a/platforms/packaging/bareos-RHEL_4.spec b/platforms/packaging/bareos-RHEL_4.spec index d16e199bb49..68c9e17a627 100644 --- a/platforms/packaging/bareos-RHEL_4.spec +++ b/platforms/packaging/bareos-RHEL_4.spec @@ -874,9 +874,8 @@ echo "This is a meta package to install a full bareos system" > %{buildroot}%{_d %{_prefix}/share/applications/bat.desktop %{_mandir}/man1/bat.1.gz %dir %{_docdir}/%{name} -%dir %{_docdir}/%{name}/html -%dir %{_docdir}/%{name}/html/bat -%doc %{_docdir}/%{name}/html/bat/*.html +%dir %{_docdir}/%{name}/html/ +%doc %{_docdir}/%{name}/html/bat/ %endif %endif # client_only diff --git a/platforms/packaging/bareos.spec b/platforms/packaging/bareos.spec index f7dd1d7082d..43c84401779 100644 --- a/platforms/packaging/bareos.spec +++ b/platforms/packaging/bareos.spec @@ -845,9 +845,8 @@ echo "This is a meta package to install a full bareos system" > %{buildroot}%{_d %{_prefix}/share/applications/bat.desktop %{_mandir}/man1/bat.1.gz %dir %{_docdir}/%{name} -%dir %{_docdir}/%{name}/html -%dir %{_docdir}/%{name}/html/bat -%doc %{_docdir}/%{name}/html/bat/*.html +%dir %{_docdir}/%{name}/html/ +%doc %{_docdir}/%{name}/html/bat/ %endif %files devel