Chameleon

Chameleon Commit Details

Date:2011-08-26 04:55:54 (12 years 7 months ago)
Author:Azimutz
Commit:1460
Parents: 1459
Message:rsync contents of the theme's folder, not the folder it self.
Changes:
M/trunk/package/buildpkg.sh

File differences

trunk/package/buildpkg.sh
293293
294294
295295
296
296
297297
298298
299299
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}"
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}"
# ####

Archive Download the corresponding diff file

Revision: 1460