hdhomerun: cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-02 15:44:40 +01:00
parent 8767b12f53
commit 1757b97a7c
3 changed files with 7 additions and 7 deletions

View File

@ -22,12 +22,12 @@
. config/options $1
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/config/
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/config/
cp -P $PKG_DIR/config/* $ADDON_BUILD/$PKG_ADDON_ID/config/
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin/
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin/
cp -Pa $BUILD/dvbhdhomerun-*/userhdhomerun/build/userhdhomerun $ADDON_BUILD/$PKG_ADDON_ID/bin/
cp -Pa $BUILD/libhdhomerun_*/hdhomerun_config $ADDON_BUILD/$PKG_ADDON_ID/bin/
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/lib/
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/lib/
cp -Pa $BUILD/libhdhomerun_*/libhdhomerun.so $ADDON_BUILD/$PKG_ADDON_ID/lib/

View File

@ -20,13 +20,13 @@
# http://www.gnu.org/copyleft/gpl.html
################################################################################
# this script is executed when userhdhomerun program is started
# this script is executed when userhdhomerun program is started
while [ -z "$(pidof userhdhomerun)" ]; do
usleep 200000
done
usleep 500000
# restart the services
# restart the services
killall tvheadend
while [ -n "$(pidof tvheadend)" ]; do
usleep 200000

View File

@ -19,8 +19,8 @@
################################################################################
PKG_NAME="hdhomerun"
PKG_VERSION="1.90"
PKG_REV="4"
PKG_VERSION="2.0"
PKG_REV="0"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.silicondust.com/products/hdhomerun/dvbt/"