From 64cb93c84c831208e4acb79ff690d8fc40a97580 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 13 Aug 2021 10:46:06 -0300 Subject: [PATCH] Fix go cache --- post-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-install.sh b/post-install.sh index aa4714f..9ea441b 100755 --- a/post-install.sh +++ b/post-install.sh @@ -198,6 +198,7 @@ install_aur() { echo -ne "Installing ${LGREEN}$1${NC} from AUR ($2)..." fi + export GOCACHE="$AUR_BUILD_DIR/go" quiet sudo -u nobody makepkg --noconfirm quiet pacman -U --noconfirm $1*.pkg.tar* qpopd