3d9e7e
Update Render/render_doSyslinux.sh. Start using cli_getPathComponent@2566.
@@ -104,7 +104,7 @@ function render_doSyslinux {
|
|
104
104
|
fi
|
105
105
|
|
106
106
|
# Define theme-specific palettes directory.
|
107
|
-
local PALETTES=$(cli_getRepoTLDir)/Identity/Images/Themes/$(cli_getPathComponent
|
107
|
+
local PALETTES=$(cli_getRepoTLDir)/Identity/Images/Themes/$(cli_getPathComponent $ACTIONVAL --theme)/Palettes
|
108
108
|
|
109
109
|
# Define absolute path to GPL palette. The GPL palette defines the
|
110
110
|
# color information used to build syslinux images. This palette
|