xbps-src: run_func: busybox mktemp doesn't support -u.

This commit is contained in:
Juan RP 2011-10-25 09:12:48 +02:00
parent b058f24223
commit daafd0b563

View file

@ -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