From fe1b6282aed0b22f00b0d647bc70e9e74e5c214b Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jan 26 2011 20:15:16 +0000 Subject: Rename cli_getThemeName to cli_getPathComponent inside `brand' functionality. --- diff --git a/Scripts/Bash/Functions/Brand/brandAnaconda.sh b/Scripts/Bash/Functions/Brand/brandAnaconda.sh index f53de89..8b215eb 100644 --- a/Scripts/Bash/Functions/Brand/brandAnaconda.sh +++ b/Scripts/Bash/Functions/Brand/brandAnaconda.sh @@ -26,7 +26,7 @@ function brandAnaconda { # Define file's source and target. - local ARTDIR=~/artwork/trunk/Identity/Themes/$(cli_getThemeName)/Distro/Anaconda + local ARTDIR=~/artwork/trunk/Identity/Themes/$(cli_getPathComponent '--theme')/Distro/Anaconda local PIXMAP=/usr/share/anaconda/pixmaps local SOURCE='' local TARGET='' diff --git a/Scripts/Bash/Functions/Brand/brandFirstboot.sh b/Scripts/Bash/Functions/Brand/brandFirstboot.sh index 3794346..cb785d7 100755 --- a/Scripts/Bash/Functions/Brand/brandFirstboot.sh +++ b/Scripts/Bash/Functions/Brand/brandFirstboot.sh @@ -26,7 +26,7 @@ function brandFirstboot { # Define file's source and target. - local ARTDIR=~/artwork/trunk/Identity/Themes/$(cli_getThemeName)/Distro/Anaconda + local ARTDIR=~/artwork/trunk/Identity/Themes/$(cli_getPathComponent '--theme')/Distro/Anaconda local PIXMAP=/usr/share/firstboot/pixmaps local SOURCE='' local TARGET=''