From 580ee41a74b9edd7fc429a31bf2c2fc4cb08ec6a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 5 May 2013 21:57:29 +0200 Subject: [PATCH] projects/*: rename $DISTRONAME if building with XBMC=master Signed-off-by: Stephan Raue --- projects/ARCTIC_MC/options | 3 +++ projects/ATV/options | 3 +++ projects/Fusion/options | 3 +++ projects/Generic/options | 3 +++ projects/Generic_OSS/options | 3 +++ projects/ION/options | 3 +++ projects/Intel/options | 3 +++ projects/RPi/options | 3 +++ projects/Ultra/options | 3 +++ projects/Virtual/options | 3 +++ 10 files changed, 30 insertions(+) diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index 5f11ca7a16..4e8b70ad47 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -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="##############################################" diff --git a/projects/ATV/options b/projects/ATV/options index 4ae73a0f83..4558f94cb1 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -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="##############################################" diff --git a/projects/Fusion/options b/projects/Fusion/options index 48483ba899..afa4f59605 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -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="##############################################" diff --git a/projects/Generic/options b/projects/Generic/options index ee86a0253b..9eb05230fe 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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="##############################################" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 1589766c65..60cab4f68d 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -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="##############################################" diff --git a/projects/ION/options b/projects/ION/options index c146a43a8c..d8b4def6ee 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -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="##############################################" diff --git a/projects/Intel/options b/projects/Intel/options index 862af0b6d0..576115079b 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -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="##############################################" diff --git a/projects/RPi/options b/projects/RPi/options index 3707c27d8f..e54f7bcab2 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -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="##############################################" diff --git a/projects/Ultra/options b/projects/Ultra/options index e5d518f82e..d08c974518 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -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="##############################################" diff --git a/projects/Virtual/options b/projects/Virtual/options index 7ce9543d6f..fe0bf5a296 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -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="##############################################"