Chameleon

Chameleon Commit Details

Date:2011-08-26 04:44:07 (12 years 8 months ago)
Author:Azimutz
Commit:1459
Parents: 1458
Message:Revert r1457 buildpkg.sh changes; i have no problem with the previous code!? rsync contents of the theme's folder, not the folder it self. Comment out another rm, in debug's name.
Changes:
M/branches/azimutz/Package/package/buildpkg.sh

File differences

branches/azimutz/Package/package/buildpkg.sh
294294
295295
296296
297
298
297
298
299299
300300
301301
......
406406
407407
408408
409
409
410410
411411
412412
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}"
# ####
fi
choices[$((choicescount++))]="<choice\n\tid=\"${packagename// /}\"\n\ttitle=\"${packagename}_title\"\n\tdescription=\"${packagename}_description\"\n${choiceoptions}>\n\t<pkg-ref id=\"${identifier}\" installKBytes='${installedsize}' version='${version}.0.0.${timestamp}' auth='root'>#${packagename// /}.pkg</pkg-ref>\n</choice>\n"
rm -R -f "${1}"
#rm -R -f "${1}" #Azipkg: uncoment when done
fi
}

Archive Download the corresponding diff file

Revision: 1459