From b09897c0d5623fdc2aa134a6910c7dbb67894566 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 14 2011 17:08:08 +0000 Subject: Update palette information inside render_doGrub.sh. --- diff --git a/Scripts/Bash/Cli/Functions/Render/render_doGrub.sh b/Scripts/Bash/Cli/Functions/Render/render_doGrub.sh index b03afc1..42e1710 100644 --- a/Scripts/Bash/Cli/Functions/Render/render_doGrub.sh +++ b/Scripts/Bash/Cli/Functions/Render/render_doGrub.sh @@ -57,11 +57,11 @@ function render_doGrub { # Define motif's palette location. local PALETTES=$(cli_getRepoTLDir)/Identity/Themes/Motifs/$(cli_getPathComponent '--theme')/Palettes - + # Define the Netpbm color palettes used when reducing colors. # These palettes should be 14 colors based. For more information # on this see the GRUB's documentation. - local PALETTE_PPM=$PALETTES/grub.ppm + local PALETTE_PPM=$(cli_getFilesList $PALETTES '.+grub\.ppm$') # Print which palette of colors centos-art.sh script is using to # produce grub content. This is relevant in order to know if we