From: Stephen Seo Date: Sat, 4 Jun 2022 07:26:27 +0000 (+0900) Subject: Fix invalid variable names when building X-Git-Url: https://git.seodisparate.com/stephenseo/js/bootstrap.bundle.min.js?a=commitdiff_plain;h=69e9751be9546c014fc0a4a8b516e3c7c903726b;p=AnotherAURHelper Fix invalid variable names when building --- 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",