Index: branches/azimutz/Package/package/buildpkg.sh =================================================================== --- branches/azimutz/Package/package/buildpkg.sh (revision 1473) +++ branches/azimutz/Package/package/buildpkg.sh (revision 1474) @@ -294,8 +294,11 @@ for (( i = 0 ; i < ${#themes[@]} ; i++ )) do theme=$( echo ${themes[$i]##*/} | awk 'BEGIN{OFS=FS=""}{$1=toupper($1);print}' ) + echo "theme = ${theme}" mkdir -p "${1}/${theme}/Root/" #Azipkg: ???? - rsync -r --exclude=.svn "${themes[$i]}/" "${1}/${themes[$i]##*/}/Root/${theme}" + echo "mkdir: ${1}/${theme}/Root/" + echo "rsync from: ${themes[$i]}/" + rsync -rv --exclude=.svn "${themes[$i]}/" "${1}/${themes[$i]##*/}/Root/${theme}" # #### Comment out thx meklort # ditto --noextattr --noqtn "${themes[$i]}" "${1}/${themes[$i]##*/}/Root/${theme}" # ####