projects/*: rename $DISTRONAME if building with XBMC=master

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-05-05 21:57:29 +02:00
parent 69f1744f13
commit 580ee41a74
10 changed files with 30 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"