From 6e236612e5f04545d53c1aab57ded441ead86e11 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 21 2010 12:48:10 +0000 Subject: Inside render functionality, rename cli_getRepoTopLevelPath function name to cli_getRepoTLDir. --- diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageDm.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageDm.sh index 5a125a4..f89dad5 100755 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageDm.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageDm.sh @@ -102,7 +102,7 @@ function render_doIdentityImageDm { # Define directory storing different screen resolution backgrounds # images used to build display manager in different resolutions. - BGS=$(cli_getRepoTopLevelPath)/Identity/Themes/Motifs/$(cli_getThemeName)/Backgrounds/Img/Png + BGS=$(cli_getRepoTLDir)/Identity/Themes/Motifs/$(cli_getThemeName)/Backgrounds/Img/Png # Define directory where temporal files are stored. Remember that # cli_getThemeName may return branch enumeration if we are diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh index 655b153..aebdc28 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh @@ -60,7 +60,7 @@ function render_doIdentityImageGrub { done # Define motif's palette location. - local PALETTES=$(cli_getRepoTopLevelPath)/Identity/Themes/Motifs/$(cli_getThemeName)/Colors + local PALETTES=$(cli_getRepoTLDir)/Identity/Themes/Motifs/$(cli_getThemeName)/Colors # Define the Netpbm color palettes used when reducing colors. # These palettes should be 14 colors based. For more information diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh index 94bcdfe..63a8e14 100755 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh @@ -60,7 +60,7 @@ function render_doIdentityImageSyslinux { fi # Define motif's palette location. - local PALETTES=$(cli_getRepoTopLevelPath)/Identity/Themes/Motifs/$(cli_getThemeName)/Colors + local PALETTES=$(cli_getRepoTLDir)/Identity/Themes/Motifs/$(cli_getThemeName)/Colors # Define the Netpbm color palette used when reducing colors. This # palette should be 16 colors based. For more information on this