From 72468c7c3b277207358aeb21e5f66f47196a5786 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 2 Sep 2021 10:50:15 +0200 Subject: apache-module.eclass: Move EXPORT_FUNCTIONS below inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- eclass/apache-module.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/apache-module.eclass b/eclass/apache-module.eclass index 2594445c8b4f..60631171ed91 100644 --- a/eclass/apache-module.eclass +++ b/eclass/apache-module.eclass @@ -50,8 +50,6 @@ case ${EAPI} in *) die "EAPI=${EAPI:-0} is not supported" ;; esac -EXPORT_FUNCTIONS src_compile src_install pkg_postinst - if [[ -z ${_APACHE_MODULE_ECLASS} ]]; then _APACHE_MODULE_ECLASS=1 @@ -247,3 +245,5 @@ apache-module_pkg_postinst() { } fi + +EXPORT_FUNCTIONS src_compile src_install pkg_postinst -- cgit v1.2.3-65-gdbad