From c27beab66023847435fb88cd5cc75916dca37057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 20 Nov 2017 21:45:21 +0000 Subject: Refactors build steps along the sequence {setup,fetch,configure,build,install}. subr/mode_check_updates.subr: seperated into check_updates.sh. subr/post_{copy_etc,sha256sums,tarballs}.subr: absorbed into `dist' target. --- vars/libxml2.vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vars/libxml2.vars') diff --git a/vars/libxml2.vars b/vars/libxml2.vars index f0bd0f02..1952c2d6 100644 --- a/vars/libxml2.vars +++ b/vars/libxml2.vars @@ -2,7 +2,7 @@ # set -o errexit -o noglob are assumed. # -pkg_libxml2_install_post() { +pkg_libxml2_install_make_post() { if [ -e "${PREFIX}/bin/${TARGET}-xml2-config" ]; then build_fileop rm "${PREFIX}/bin/${TARGET}-xml2-config"; fi; -- cgit v1.2.3