SickBeard: changed install setting

Signed-off-by: ant <ant@ubuntu.(none)>
This commit is contained in:
ant 2011-04-12 11:53:09 -07:00
parent 0a9edab106
commit e4ac698584
5 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,7 @@
################################################################################ ################################################################################
# This file is part of OpenELEC - http://www.openelec.tv # This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2011 Stephan Raue (stephan@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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -3,6 +3,7 @@
################################################################################ ################################################################################
# This file is part of OpenELEC - http://www.openelec.tv # This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2011 Stephan Raue (stephan@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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,7 @@
################################################################################ ################################################################################
# This file is part of OpenELEC - http://www.openelec.tv # This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2011 Stephan Raue (stephan@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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -147,9 +147,6 @@
# build and install SABnzbd Newsgroup downloader daemon (yes / no) # build and install SABnzbd Newsgroup downloader daemon (yes / no)
SABNZBD="yes" SABNZBD="yes"
# build and install SickBeard Newsgroup downloader daemon (yes / no)
SICKBEARD="yes"
# build and install some tools for including in release (yes / no) # build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste # some of this tools are: htop, nano, wgetpaste
TOOLS="yes" TOOLS="yes"

View File

@ -102,7 +102,7 @@ mkdir -p $INSTALL
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd [ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd
# Sickbeard support # Sickbeard support
[ "$SICKBEARD" = "yes" ] && $SCRIPTS/install sickbeard [ "$SABNZBD" = "yes" ] && $SCRIPTS/install sickbeard
# Graphic support # Graphic support
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER [ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER