Chameleon

Chameleon Commit Details

Date:2011-08-24 21:51:51 (12 years 7 months ago)
Author:ErmaC
Commit:1456
Parents: 1455
Message:Themes build fix for buildpkg.sh by scorpius http://forum.voodooprojects.org/index.php/topic,1521.msg10778.html
Changes:
M/branches/ErmaC/package/buildpkg.sh
M/branches/ErmaC/CREDITS

File differences

branches/ErmaC/package/buildpkg.sh
319319
320320
321321
322
322
323323
324324
325325
for (( i = 0 ; i < ${#themes[@]} ; i++ ))
do
theme=$( echo ${themes[$i]##*/} | awk 'BEGIN{OFS=FS=""}{$1=toupper($1);print}' )
mkdir -p "${1}/${theme}/Root/"
mkdir -p "${1}/${themes[$i]##*/}/Root/"
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}"
branches/ErmaC/CREDITS
77
88
99
10
10
1111
1212
1313
Thanks to:
---------
JrCs, mercurysquad, munky, rekursor, cosmolt, kalyway, Krazubu, THeKiNG, XyZ, blackosx, DHP, cparm, nawcom, anval, scorpiu, macman(tonymac)
JrCs, mercurysquad, munky, rekursor, kalyway, Krazubu, XyZ, blackosx, DHP, nawcom, anval, scorpius, macman
Package:
---------

Archive Download the corresponding diff file

Revision: 1456