From 1b84791d7268b6fbd7deae5c20f696a3f8862830 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 20 Jan 2014 18:54:31 +0100 Subject: [PATCH] projects/*/options: we dont want and need change distroname anymore, fix file mode Signed-off-by: Stephan Raue --- projects/ARCTIC_MC/options | 3 --- projects/ATV/options | 3 --- projects/Generic/options | 3 --- projects/RPi/options | 3 --- projects/Virtual/options | 3 --- 5 files changed, 15 deletions(-) mode change 100755 => 100644 projects/ARCTIC_MC/options mode change 100755 => 100644 projects/ATV/options mode change 100755 => 100644 projects/Generic/options mode change 100755 => 100644 projects/RPi/options mode change 100755 => 100644 projects/Virtual/options 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."