scripts/image: build and install SABnzbd if enabled (all builds except ATV)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-15 18:38:29 +01:00
parent 486b098017
commit 3d213be48d
5 changed files with 15 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -97,6 +97,9 @@ mkdir -p $INSTALL
# Transmission BitTorrent support
[ "$TRANSMISSION" = "yes" ] && $SCRIPTS/install transmission
# SABnzbd support
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd
# Graphic support
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER