From 69e9751be9546c014fc0a4a8b516e3c7c903726b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 4 Jun 2022 16:26:27 +0900 Subject: [PATCH] Fix invalid variable names when building --- update.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.py b/update.py index 87492ff..c2fa5cd 100755 --- a/update.py +++ b/update.py @@ -686,11 +686,11 @@ def update_pkg_list( cleanup_sccache(other_state['chroot']) setup_ccache(other_state['chroot']) else: - cleanup_ccache(chroot) + cleanup_ccache(other_state['chroot']) if "sccache_dir" in pkg_state[pkg]: - setup_sccache(chroot) + setup_sccache(other_state['chroot']) else: - cleanup_sccache(chroot) + cleanup_sccache(other_state['chroot']) command_list = [ "makechrootpkg",