selinux-policy-2.eclass: Pass multiple arguments to EXPORT_FUNCTIONS

This seems to be the only eclass that passes a single string instead of
multiple arguments.
This commit is contained in:
Mike Gilbert
2015-08-10 12:52:55 -04:00
parent fb8874a9b8
commit 3bd165821f

View File

@@ -122,7 +122,7 @@ case "${EAPI:-0}" in
*) : ;;
esac
EXPORT_FUNCTIONS "src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm"
EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm
# @FUNCTION: selinux-policy-2_src_unpack
# @DESCRIPTION: