none
This commit is contained in:
Jerry.Benton 2016-05-01 13:36:41 -04:00
parent 1d91bdf4b8
commit 8b93fc4358

View file

@ -79,7 +79,7 @@ mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
mkdir -p $RPMOUT
# the work directory
WORK="/tmp/Mailscanner-$MSVERSION";
WORK="/tmp/MailScanner-$MSVERSION";
# delete work tmp if already exists
if [ -d $WORK ]; then