Chameleon

Chameleon Commit Details

Date:2011-08-30 04:18:35 (12 years 7 months ago)
Author:Azimutz
Commit:1480
Parents: 1479
Message:Fix paths...
Changes:
M/branches/azimutz/Package/package/buildpkg.sh

File differences

branches/azimutz/Package/package/buildpkg.sh
295295
296296
297297
298
299
300
298
299
300
301301
302302
303303
304304
305305
306
307
308
306
307
308
309309
310
310
311311
312312
313313
do
theme=$( echo ${themes[$i]##*/} | awk 'BEGIN{OFS=FS=""}{$1=toupper($1);print}' )
echo "theme = ${theme}"
mkdir -p "${1}/${themes[$i]##*/}/Root/" # theme
#mkdir -p "${1}/${theme}/Root"# Theme
echo "mkdir: ${1}/${themes[$i]##*/}/Root/"
#mkdir -p "${1}/${themes[$i]##*/}/Root/" # theme
mkdir -p "${1}/${theme}/Root"# Theme
echo "mkdir: ${1}/${theme}/Root"
echo "rsync from: ${themes[$i]}/"
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]} "
find "${1}/${theme}" -name '.DS_Store' -or -name '.svn' -exec rm -R {} \+
find "${1}/${theme}" -type f -exec chmod 644 {} \+# chmod ?
echo "[BUILD] ${1}/${theme}" # = .../sym/package/Theme
buildpackage "${1}/${theme}" "/Extra/Themes" "" "start_selected=\"false\"" >/dev/null 2>&1
rm -R -f "${1}/${i##*/}"
#rm -R -f "${1}/${i##*/}" # = .../sym/package/0, .../1, .../2, etc...
done
((xmlindent--))

Archive Download the corresponding diff file

Revision: 1480