xbps-src: run_func: busybox mktemp doesn't support -u.
This commit is contained in:
parent
b058f24223
commit
daafd0b563
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ run_func()
|
|||
[ -z "$1" ] && return 1
|
||||
|
||||
if type ${1} >/dev/null 2>&1; then
|
||||
logpipe=$(mktemp -u -t xbps_${1}_${pkgname}_logpipe.XXXXXXXXXX)
|
||||
logpipe=/tmp/xbps_src_logpipe.$$
|
||||
if [ -d "${wrksrc}" ]; then
|
||||
logfile=${wrksrc}/.xbps_${1}.log
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue