autobuild: hard code mock path to /usr/bin/mock

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2808 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Angus Salkeld 2010-05-05 09:38:14 +00:00
parent fc9abc10ac
commit 4cdf7708de

View File

@ -18,7 +18,7 @@ then
exit 1
fi
MOCK=$(which mock)
MOCK=/usr/bin/mock
set -e