mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/Cuboxi/options: build XBMC-master by default
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4245ed13a4
commit
f5b6e81e10
@ -1,8 +1,5 @@
|
||||
# Name of the Distro to build (full name, without special characters)
|
||||
DISTRONAME="OpenELEC"
|
||||
if [ "$XBMC" = master ]; then
|
||||
DISTRONAME="OpenELEC_Helix"
|
||||
fi
|
||||
DISTRONAME="OpenELEC_Helix"
|
||||
|
||||
# short project description
|
||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||
@ -118,10 +115,7 @@
|
||||
SQUASHFS_COMPRESSION="gzip"
|
||||
|
||||
# Mediacenter to use (xbmc / no)
|
||||
MEDIACENTER="xbmc"
|
||||
if [ "$XBMC" = master ]; then
|
||||
MEDIACENTER="xbmc-master"
|
||||
fi
|
||||
MEDIACENTER="xbmc-master"
|
||||
|
||||
# Skins to install (Confluence)
|
||||
# Space separated list is supported,
|
||||
|
Loading…
x
Reference in New Issue
Block a user