tools/mkpkg/mkpkg_xbmc-pvr:

- set version to the latest commited revision of this branch
This commit is contained in:
Stephan Raue 2010-02-16 15:05:58 +01:00
parent fc11f4ef1c
commit b9a2974448

View File

@ -5,7 +5,7 @@ echo "getting sources..."
echo "getting version..." echo "getting version..."
cd xbmc-pvr-latest cd xbmc-pvr-latest
SVN_REV=`LANG=C svn info 2>/dev/null | grep Revision: | sed -e 's/.*\: //'` SVN_REV=`LANG=C svn info 2>/dev/null | grep Rev: | sed -e 's/.*\: //'`
echo $SVN_REV echo $SVN_REV
cd .. cd ..