Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2013-08-07 21:17:08 +02:00
commit 139cbb8a6d
3 changed files with 2 additions and 2433 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="service.openelec.settings"
PKG_VERSION="0.1.30"
PKG_VERSION="0.2.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="prop."

View File

@ -30,7 +30,7 @@ mkdir -p $BUILD/${PKG_NAME}-${PKG_VERSION}
echo "### Applying upstream patches ###"
for patch in `ls $PKG_DIR/patches.upstream/*.patch`; do
for patch in `ls $PKG_DIR/patches.upstream/*.patch 2>/dev/null`; do
cat $patch | patch -d \
`echo $BUILD/$PKG_NAME-$PKG_VERSION | cut -f1 -d\ ` -p1
done