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=''