From 2fe805e161556089e0af68c79439ff538fcc3327 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Oct 2011 20:13:02 +0200 Subject: [PATCH] xbps-src: reset do_fetch per template. --- xbps-src/shutils/tmpl_funcs.sh.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xbps-src/shutils/tmpl_funcs.sh.in b/xbps-src/shutils/tmpl_funcs.sh.in index c85d8862a7..2af2a3aac4 100644 --- a/xbps-src/shutils/tmpl_funcs.sh.in +++ b/xbps-src/shutils/tmpl_funcs.sh.in @@ -105,9 +105,10 @@ reset_tmpl_vars() ignore_vdeps_dir noverifyrdeps conflicts dkms_modules \ gconf_entries gconf_schemas stow_copy stow_copy_files \ pre_remove post_remove post_stow do_build do_install \ - pycompile_dirs pycompile_module systemd_services \ - homepage license kernel_hooks_version do_configure SUBPKG \ - XBPS_EXTRACT_DONE XBPS_CONFIGURE_DONE \ + pycompile_dirs pycompile_module systemd_services \ + homepage license kernel_hooks_version do_configure \ + do_fetch \ + SUBPKG XBPS_EXTRACT_DONE XBPS_CONFIGURE_DONE \ XBPS_BUILD_DONE XBPS_INSTALL_DONE FILESDIR DESTDIR \ SRCPKGDESTDIR PATCHESDIR CFLAGS CXXFLAGS CPPFLAGS \ CC CXX LDFLAGS LD_LIBRARY_PATH"