mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/*: rename $DISTRONAME if building with XBMC=master
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
69f1744f13
commit
580ee41a74
@ -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="##############################################"
|
||||
|
@ -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="##############################################"
|
||||
|
@ -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="##############################################"
|
||||
|
@ -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="##############################################"
|
||||
|
@ -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="##############################################"
|
||||
|
@ -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="##############################################"
|
||||
|
@ -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="##############################################"
|
||||
|
@ -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="##############################################"
|
||||
|
@ -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="##############################################"
|
||||
|
@ -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="##############################################"
|
||||
|
Loading…
x
Reference in New Issue
Block a user