From e4ac69858486a22e7d9000aa8b98d5521ff36c5f Mon Sep 17 00:00:00 2001 From: ant Date: Tue, 12 Apr 2011 11:53:09 -0700 Subject: [PATCH] SickBeard: changed install setting Signed-off-by: ant --- packages/network/sickbeard/init.d/60_sickbeard | 1 + packages/network/sickbeard/install | 1 + packages/network/sickbeard/meta | 1 + projects/Generic/options | 3 --- scripts/image | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/network/sickbeard/init.d/60_sickbeard b/packages/network/sickbeard/init.d/60_sickbeard index 4d25dc786a..86b7d1bcd7 100644 --- a/packages/network/sickbeard/init.d/60_sickbeard +++ b/packages/network/sickbeard/init.d/60_sickbeard @@ -1,6 +1,7 @@ ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) +# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com) # # This Program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/packages/network/sickbeard/install b/packages/network/sickbeard/install index b798c73f35..8572c4948f 100755 --- a/packages/network/sickbeard/install +++ b/packages/network/sickbeard/install @@ -3,6 +3,7 @@ ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) +# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com) # # This Program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/packages/network/sickbeard/meta b/packages/network/sickbeard/meta index 0d4bad32ff..ec11589f7b 100644 --- a/packages/network/sickbeard/meta +++ b/packages/network/sickbeard/meta @@ -1,6 +1,7 @@ ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) +# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com) # # This Program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/projects/Generic/options b/projects/Generic/options index 401b75d446..dd56dc0e02 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -147,9 +147,6 @@ # build and install SABnzbd Newsgroup downloader daemon (yes / no) SABNZBD="yes" -# build and install SickBeard Newsgroup downloader daemon (yes / no) - SICKBEARD="yes" - # build and install some tools for including in release (yes / no) # some of this tools are: htop, nano, wgetpaste TOOLS="yes" diff --git a/scripts/image b/scripts/image index 136e57d2df..9d0a03f8ae 100755 --- a/scripts/image +++ b/scripts/image @@ -102,7 +102,7 @@ mkdir -p $INSTALL [ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd # Sickbeard support - [ "$SICKBEARD" = "yes" ] && $SCRIPTS/install sickbeard + [ "$SABNZBD" = "yes" ] && $SCRIPTS/install sickbeard # Graphic support [ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER