Chameleon Applications

Chameleon Applications Commit Details

Date:2010-11-03 12:33:57 (13 years 5 months ago)
Author:blackosx
Commit:211
Parents: 210
Message:Bug fixing - Changed '/' to '@' for identifying boot options only
Changes:
M/branches/blackosx/trunk/package/Scripts/Post/postinstall

File differences

branches/blackosx/trunk/package/Scripts/Post/postinstall
3636
3737
3838
39
39
4040
4141
4242
echo "********************************"
cd ${temp}
Dirlist=$(find . -type d | grep "/")
Dirlist=$(find . -type d | grep "@")
for directory in $Dirlist ; do
overide=$(echo $directory | sed 's/_/ /g' | tr -d "./@" |cut -d '+' -f1)
string=$(echo $directory | tr -d "./@" |cut -d'+' -f2)

Archive Download the corresponding diff file

Revision: 211