fix LOGFILE to point to new LOGDIR not SBOPKGTMP

This commit is contained in:
chess.griffin 2009-03-24 18:23:47 +00:00
parent 36524c029f
commit 0b69a3f72f

View File

@ -16,7 +16,7 @@ SBOPKGTMP=${SBOPKGTMP:-/tmp/sbopkg}
RSYNCMIRROR=slackbuilds.org::slackbuilds
SLACKVER=${SLACKVER:-12.2}
KEEPLOG=YES
LOGFILE=$SBOPKGTMP/sbopkg-build-log
LOGFILE=$LOGDIR/sbopkg-build-log
DEBUG=0
# The following variables are used by sbopkg and by the SlackBuild scripts