tools/mkpkg/mkpkg_libcec: checkout release branch

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-06 16:57:06 +02:00
parent a3e9f03e99
commit 6269ab8167

View File

@ -21,7 +21,7 @@
echo "getting sources..."
if [ ! -d libcec.git ]; then
git clone git://github.com/Pulse-Eight/libcec.git libcec.git
git clone git://github.com/Pulse-Eight/libcec.git -b release libcec.git
fi
cd libcec.git