From 663ed646e4152c5e64a8c3fe60deeb83273d41c6 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:18:39 +0000 Subject: Update `Functions/Render/Svg/svg_convertPngToDm.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToDm.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToDm.sh index 37cee3b..4861793 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToDm.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToDm.sh @@ -68,12 +68,12 @@ function svg_convertPngToDm { # Initialize source location for brands. This is the place where # brand information, needed to build the display manager theme, is # retrived from. - local BRAND_BASEDIR=$(cli_getRepoTLDir)/Identity/Images/Brands + local BRAND_BASEDIR=${TCAR_WORKDIR}/trunk/Identity/Images/Brands # Initialize source location for artistic motif's backgrounds. # This is the place where background information needed to ubild # the display manager theme is retrived from. - local BGS=$(cli_getRepoTLDir)/Identity/Images/Themes/${THEME}/Backgrounds/Img/Png + local BGS=${TCAR_WORKDIR}/trunk/Identity/Images/Themes/${THEME}/Backgrounds/Img/Png # Initialize file variables. File variables are used build and # process the file relation between source and target locations. @@ -128,7 +128,7 @@ function svg_convertPngToDm { DST=${TMPDIR}/${THEME_NAME}/$(echo $FILE | cut -d: -f2) # Verify source files. - cli_checkFiles $SRC + cli_checkFiles -e $SRC # Verify parent directory for target file. if [[ ! -d $(dirname $DST) ]];then