Chameleon

Chameleon Commit Details

Date:2011-08-30 02:01:34 (12 years 7 months ago)
Author:Azimutz
Commit:1474
Parents: 1473
Message:Add some verbosity...
Changes:
M/branches/azimutz/Package/package/buildpkg.sh

File differences

branches/azimutz/Package/package/buildpkg.sh
294294
295295
296296
297
297298
298
299
300
301
299302
300303
301304
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}"
# ####

Archive Download the corresponding diff file

Revision: 1474