We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e384d6 commit 346c907Copy full SHA for 346c907
dist.sh
@@ -30,7 +30,7 @@ echo "... running tests"
30
31
for os in linux darwin freebsd windows; do
32
echo "... building v$version for $os/$arch"
33
- BUILD=$(mktemp -d -t nsq)
+ BUILD=$(mktemp -d ${TMPDIR:-/tmp}/nsq-XXXXX)
34
TARGET="nsq-$version.$os-$arch.$goversion"
35
GOOS=$os GOARCH=$arch CGO_ENABLED=0 \
36
make DESTDIR=$BUILD PREFIX=/$TARGET GOFLAGS="$GOFLAGS" install
0 commit comments