From 39d7aee19472ccc9a18c7f006c41b1b77a8cb09e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Oct 2008 22:56:00 +0200 Subject: [PATCH] Add make_{build,install}_target to reset_tmpl_vars(). --HG-- extra : convert_revision : 228eda501c8fe292202dfa69393f7190bc5e53cd --- pkgfs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgfs.sh b/pkgfs.sh index 0cdb20a1767..f21132812f3 100755 --- a/pkgfs.sh +++ b/pkgfs.sh @@ -285,7 +285,8 @@ reset_tmpl_vars() patch_files configure_env make_cmd pkgconfig_override \ run_stuff_before run_stuff_after \ run_stuff_before_configure_file run_stuff_before_build_file \ - run_stuff_before_install_file run_stuff_after_install" + run_stuff_before_install_file run_stuff_after_install \ + make_build_target make_install_target" for i in ${TMPL_VARS}; do eval unset "$i"