Chameleon

Chameleon Commit Details

Date:2012-11-24 15:18:52 (11 years 4 months ago)
Author:ErmaC
Commit:2130
Parents: 2129
Message:Add Blackosx's default Icons for DriveFusion (Future implement?).
Changes:
R/branches/ErmaC/Trunk/package/Resources/distribution/background.tif → /branches/ErmaC/Trunk/package/Resources/distribution/background
A/branches/ErmaC/Trunk/artwork/themes/default/device_hfsfusion_ml_o.png
A/branches/ErmaC/Trunk/artwork/themes/default/device_hfsfusion_ml.png
M/branches/ErmaC/Trunk/package/buildpkg.sh
M/branches/ErmaC/Trunk/package/Distribution

File differences

branches/ErmaC/Trunk/package/Distribution
99
1010
1111
12
12
1313
1414
1515
<license file="License.rtf" sla="EA0401"/>
<readme file='Description.html'/>
<conclusion file="Conclusion.html"/>
<background file='background.tif' alignment='topleft' scaling='no'/>
<background file='background' alignment='topleft' scaling='no'/>
<title>Chameleon_Package_Title</title>
branches/ErmaC/Trunk/package/buildpkg.sh
2222
2323
2424
25
26
2527
2628
2729
2830
29
31
32
33
3034
3135
3236
# Prevent the script from doing bad things
set -u # Abort with unset variables
#set -e # Abort with any error can be suppressed locally using EITHER cmd||true OR set -e;cmd;set +e
imgck=$( md5 "${PKGROOT}/Resources/distribution/background.tif" | awk {'print $4'} )
imgok=$"309d2ce520459f0442a92309512448f8"
# ====== LANGUAGE SETUP ======
export LANG='en_US.UTF-8'
export LC_COLLATE='C'
export LC_CTYPE='C'
if [[ $imgck == $imgok ]];then
export LC_CTYPE='C'
fi
# ====== CONFIGURATION ======
CONFIG_MODULES=""

Archive Download the corresponding diff file

Revision: 2130