From 0b461b001404db1254322e191cd362dfcbe5b0a0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:48:34 +0200 Subject: [PATCH] Update build.func --- misc/build.func | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/build.func b/misc/build.func index 42d4260d..28af39b9 100644 --- a/misc/build.func +++ b/misc/build.func @@ -312,6 +312,8 @@ base_settings() { TAGS="${TAGS}${var_tags:-}" ENABLE_FUSE="${var_fuse:-$ENABLE_FUSE}" ENABLE_TUN="${var_tun:-$ENABLE_TUN}" + APT_CACHER="${var_apt_cacher:-$APT_CACHER}" + APT_CACHER_IP="${var_apt_cacher_ip:-$APT_CACHER_IP}" # Since these 2 are only defined outside of default_settings function, we add a temporary fallback. TODO: To align everything, we should add these as constant variables (e.g. OSTYPE and OSVERSION), but that would currently require updating the default_settings function for all existing scripts if [ -z "$var_os" ]; then