xbmc-pvr-addons: update to xbmc-pvr-addons-1dc2b52

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-31 00:48:07 +01:00
parent 41d3d8b98c
commit 2ef1018fa7
3 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@
. config/options $1
for addon in `find $PKG_BUILD/addons/ -type d -name "pvr.*"`; do
ADDON=`basename $addon`
for addon in `find $PKG_BUILD/addons/ -name *.pvr`;do
ADDON=$(basename $(dirname $addon))
mkdir -p $INSTALL/usr/share/xbmc/addons/$ADDON
cp -PRf $PKG_BUILD/addons/$ADDON/addon/* $INSTALL/usr/share/xbmc/addons/$ADDON

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xbmc-pvr-addons"
PKG_VERSION="77a3897"
PKG_VERSION="1dc2b52"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"