From 58867b1b883509f4846e79b9ad7c7490366748c1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 7 May 2020 17:45:51 +0000 Subject: [PATCH] use package name for tmp folder --- webi/template.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webi/template.bash b/webi/template.bash index 2af0e7e..651d5bd 100644 --- a/webi/template.bash +++ b/webi/template.bash @@ -27,7 +27,7 @@ set -u ## Set up tmp, download, and install directories ## -WEBI_TMP=${WEBI_TMP:-"$(mktemp -d -t webinstall-go.XXXXXXXX)"} +WEBI_TMP=${WEBI_TMP:-"$(mktemp -d -t webinstall-${WEBI_PKG:-}.XXXXXXXX)"} mkdir -p "$HOME/Downloads" mkdir -p "$HOME/.local/bin" -- 2.25.1