Chameleon

Chameleon Commit Details

Date:2011-10-30 09:56:24 (12 years 5 months ago)
Author:blackosx
Commit:1673
Parents: 1672
Message:Uncomment clean up's in Buildpkg script.
Changes:
M/branches/blackosx/package/buildpkg.sh

File differences

branches/blackosx/package/buildpkg.sh
344344
345345
346346
347
347
348348
349349
350350
......
472472
473473
474474
475
475
476476
477477
478478
......
507507
508508
509509
510
510
511511
512512
513513
# clean up
#rm -R -f "${1}"
rm -R -f "${1}"
}
header+="auth=\"root\">\n"
header+="\t<payload installKBytes=\"${installedsize##* }\" numberOfFiles=\"${filecount##* }\"/>\n"
#rm -R -f "${1}/Temp"
rm -R -f "${1}/Temp"
[ -d "${1}/Temp" ] || mkdir -m 777 "${1}/Temp"
[ -d "${1}/Root" ] && mkbom "${1}/Root" "${1}/Temp/Bom"
local choiceoptions="\t\t${4}"
fi
choices[$((choicescount++))]="\t<choice\n\t\tid=\"${packagename// /}\"\n\t\ttitle=\"${packagename}_title\"\n\t\tdescription=\"${packagename}_description\"\n${choiceoptions}>\n\t\t<pkg-ref id=\"${identifier}\" installKBytes='${installedsize}' version='${version}.0.0.${timestamp}' >#${packagename// /}.pkg</pkg-ref>\n\t</choice>\n"
#rm -R -f "${1}"
rm -R -f "${1}"
fi
}

Archive Download the corresponding diff file

Revision: 1673