From ea61d25a067f24a797b23626eae15d23b7f103f6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Oct 2008 03:00:32 +0200 Subject: [PATCH] Add some new recently template vars into reset_tmpl_vars(). --HG-- extra : convert_revision : ae223994324cc5903f5a83f384dfb7b94fe9e089 --- pkgfs.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgfs.sh b/pkgfs.sh index 2fd74eec43c..f027273eadf 100755 --- a/pkgfs.sh +++ b/pkgfs.sh @@ -280,7 +280,10 @@ reset_tmpl_vars() local TMPL_VARS="pkgname extract_sufx distfiles url configure_args \ make_build_args make_install_args build_style \ short_desc maintainer long_desc checksum wrksrc \ - patch_files configure_env make_cmd" + 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" for i in ${TMPL_VARS}; do eval unset "$i"