diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options old mode 100755 new mode 100644 index a414b81f9b..0dde086daa --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -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." diff --git a/projects/ATV/options b/projects/ATV/options old mode 100755 new mode 100644 index c7ea45ca81..a76cca3785 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -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." diff --git a/projects/Generic/options b/projects/Generic/options old mode 100755 new mode 100644 index 6b62735ff3..93f85a46f3 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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." diff --git a/projects/RPi/options b/projects/RPi/options old mode 100755 new mode 100644 index eae96ddaba..18bba01fef --- a/projects/RPi/options +++ b/projects/RPi/options @@ -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." diff --git a/projects/Virtual/options b/projects/Virtual/options old mode 100755 new mode 100644 index a8bcb691a9..e3354e5bc3 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -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."