From b011885995da7435ee8009fdd8e77918489388aa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Oct 2008 16:28:46 +0100 Subject: [PATCH] Update reset_tmpl_vars(). --HG-- extra : convert_revision : e74bf4fec6f8f74cd877e85d1d950880ca329387 --- xbps.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xbps.sh b/xbps.sh index 5503f1fc716..9e8c6920499 100755 --- a/xbps.sh +++ b/xbps.sh @@ -248,9 +248,9 @@ reset_tmpl_vars() make_env make_build_target configure_script \ pre_configure pre_build pre_install post_install \ postinstall_helpers make_install_target version \ - ignore_files tar_override_cmd xml_entries sgml_entries \ + tar_override_cmd xml_entries sgml_entries \ build_depends libtool_fixup_la_stage no_fixup_libtool \ - disable_parallel_build \ + disable_parallel_build run_depends \ XBPS_EXTRACT_DONE XBPS_CONFIGURE_DONE \ XBPS_BUILD_DONE XBPS_INSTALL_DONE" @@ -1423,7 +1423,6 @@ stow_pkg() unstow_pkg() { local pkg="$1" - local real_xstow_ignore="$xstow_ignore_files" local f= if [ -z "$pkg" ]; then