projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b078c7d
)
use package name for tmp folder
author
AJ ONeal
<aj@therootcompany.com>
Thu, 7 May 2020 17:45:51 +0000
(17:45 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Thu, 7 May 2020 17:45:51 +0000
(17:45 +0000)
webi/template.bash
patch
|
blob
|
history
diff --git
a/webi/template.bash
b/webi/template.bash
index 2af0e7e033ed9a571ebd20acd7a4a75275723f12..651d5bd238bf7bab399e3723a9335579cb16ad49 100644
(file)
--- 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"