Chameleon

Chameleon Commit Details

Date:2011-08-30 03:21:35 (12 years 7 months ago)
Author:Azimutz
Commit:1479
Parents: 1478
Message:Testing paths...
Changes:
M/branches/azimutz/Package/package/buildpkg.sh

File differences

branches/azimutz/Package/package/buildpkg.sh
295295
296296
297297
298
299
298
299
300
300301
301
302
302303
303304
304305
305306
306307
307
308
308309
309310
310311
do
theme=$( echo ${themes[$i]##*/} | awk 'BEGIN{OFS=FS=""}{$1=toupper($1);print}' )
echo "theme = ${theme}"
mkdir -p "${1}/${theme}/Root/" #Azipkg: ????
echo "mkdir: ${1}/${theme}/Root/"
mkdir -p "${1}/${themes[$i]##*/}/Root/" # theme
#mkdir -p "${1}/${theme}/Root"# Theme
echo "mkdir: ${1}/${themes[$i]##*/}/Root/"
echo "rsync from: ${themes[$i]}/"
rsync -rv --exclude=.svn "${themes[$i]}/" "${1}/${themes[$i]##*/}/Root/${theme}"
rsync -rv --exclude=.svn "${themes[$i]}/" "${1}/${theme}/Root/${theme}"
# #### Comment out thx meklort
# ditto --noextattr --noqtn "${themes[$i]}" "${1}/${themes[$i]##*/}/Root/${theme}"
# ####
find "${1}/${themes[$i]##*/}" -name '.DS_Store' -or -name '.svn' -exec rm -R {} \+
find "${1}/${themes[$i]##*/}" -type f -exec chmod 644 {} \+
echo "[BUILD] ${themes[$i]##*/} "
echo "[BUILD] ${themes[$i]} "
buildpackage "${1}/${theme}" "/Extra/Themes" "" "start_selected=\"false\"" >/dev/null 2>&1
rm -R -f "${1}/${i##*/}"
done

Archive Download the corresponding diff file

Revision: 1479