Petr Gajdos 2020-11-30 08:56:45 +00:00 committed by Git OBS Bridge
parent 29d590ca30
commit 4bd357714e

View File

@ -31,7 +31,7 @@
%define ap_libexecdir %(%{ap_apxs} -q LIBEXECDIR)
%define ap_localstatedir %(%{ap_apxs} -q LOCALSTATEDIR)
%if 0%{?suse_version}
%define ap_mmn %(%{_libexecdir}/apache2_MMN)
%define ap_mmn %(%{_libexecdir}/apache2_MMN 2>/dev/null || %{_libdir}/apache2_MMN 2>/dev/null)
%define ap_maint_mmn %(MMN=$(rpm -q --provides apache2 | grep suse_maintenance_mmn); test -z "$MMN" && MMN=apache2; echo $MMN)
%endif
%define ap_serverroot %(%{ap_apxs} -q PREFIX)