Chameleon Applications

Chameleon Applications Commit Details

Date:2010-11-03 12:15:23 (13 years 5 months ago)
Author:blackosx
Commit:209
Parents: 208
Message:Chanegd the temporary folder used for the Post script
Changes:
M/branches/blackosx/trunk/package/Scripts/Post/postinstall

File differences

branches/blackosx/trunk/package/Scripts/Post/postinstall
66
77
88
9
9
1010
1111
1212
......
208208
209209
210210
211
211
212212
213213
214214
echo "set com.apple.Boot.plist variables"
echo "**********************************"
temp="/private/tmp/Chameleon"
temp="/tmp/Chameleon"
echo "Temp is ${temp}"
bootplist="${3}/.Chameleon/Extra/com.apple.Boot.plist"
main "${1}" "${2}" "${3}" "${4}"
temp="/private/tmp/Chameleon"
temp="/tmp/Chameleon"
#source com.apple.boot.plist
if ! [ -f "${2}/.Chameleon/Extra/com.apple.Boot.plist" ]; then

Archive Download the corresponding diff file

Revision: 209