Add some new recently template vars into reset_tmpl_vars().

--HG--
extra : convert_revision : ae223994324cc5903f5a83f384dfb7b94fe9e089
This commit is contained in:
Juan RP 2008-10-02 03:00:32 +02:00
parent 7571f01b6c
commit ea61d25a06
1 changed files with 4 additions and 1 deletions

View File

@ -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"