mkpkg: use 10.0-Dharma-pvr taged source, latest doesn't work

This commit is contained in:
Gujs 2011-01-23 13:43:11 +01:00
parent 6a628f3b03
commit 81914a147a

View File

@ -24,6 +24,7 @@ REV="10.0-Dharma"
echo "getting sources..."
git clone -b Dharma https://github.com/opdenkamp/xbmc.git xbmc-pvr
cd xbmc-pvr
git checkout 10.0-Dharma-pvr
echo "getting version..."
GIT_REV=`git shortlog | grep -E '^[ ]+\w+' | wc -l`