Index: trunk/package/buildpkg.sh =================================================================== --- trunk/package/buildpkg.sh (revision 1758) +++ trunk/package/buildpkg.sh (revision 1759) @@ -455,6 +455,10 @@ outline[${#outline[*]}]="${indent[$xmlindent]}" done + ((xmlindent--)) + outline[${#outline[*]}]="${indent[$xmlindent]}" +# End build options packages + if [[ -n "${CONFIG_KEYLAYOUT_MODULE}" ]];then # build KeyLayout options packages echo "================= Keymaps Options =================" @@ -499,9 +503,6 @@ # End build KeyLayout options packages fi - ((xmlindent--)) - outline[${#outline[*]}]="${indent[$xmlindent]}" -# End build options packages # build theme packages echo "================= Themes ================="