Index: branches/azimutz/Package/package/buildpkg.sh =================================================================== --- branches/azimutz/Package/package/buildpkg.sh (revision 1458) +++ branches/azimutz/Package/package/buildpkg.sh (revision 1459) @@ -294,8 +294,8 @@ for (( i = 0 ; i < ${#themes[@]} ; i++ )) do theme=$( echo ${themes[$i]##*/} | awk 'BEGIN{OFS=FS=""}{$1=toupper($1);print}' ) - mkdir -p "${1}/${themes[$i]##*/}/Root/" - rsync -r --exclude=.svn "${themes[$i]}" "${1}/${themes[$i]##*/}/Root/${theme}" + mkdir -p "${1}/${theme}/Root/" #Azipkg: ???? + rsync -r --exclude=.svn "${themes[$i]}/" "${1}/${themes[$i]##*/}/Root/${theme}" # #### Comment out thx meklort # ditto --noextattr --noqtn "${themes[$i]}" "${1}/${themes[$i]##*/}/Root/${theme}" # #### @@ -406,7 +406,7 @@ fi choices[$((choicescount++))]="\n\t#${packagename// /}.pkg\n\n" - rm -R -f "${1}" +# rm -R -f "${1}" #Azipkg: uncoment when done fi }