projects/*/options: we dont want and need change distroname anymore, fix file mode

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-20 18:54:31 +01:00
parent dcd03a89f8
commit 1b84791d72
5 changed files with 0 additions and 15 deletions

3
projects/ARCTIC_MC/options Executable file → Normal file
View File

@ -1,8 +1,5 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."

3
projects/ATV/options Executable file → Normal file
View File

@ -1,8 +1,5 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."

3
projects/Generic/options Executable file → Normal file
View File

@ -1,8 +1,5 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."

3
projects/RPi/options Executable file → Normal file
View File

@ -1,8 +1,5 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."

3
projects/Virtual/options Executable file → Normal file
View File

@ -1,8 +1,5 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = "master" ]; then
DISTRONAME="${DISTRONAME}_Gotham"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."