Chameleon

Chameleon Commit Details

Date:2011-09-26 01:08:26 (12 years 6 months ago)
Author:ErmaC
Commit:1576
Parents: 1575
Message:Change the compression type for the compressed pkg Use ditto instead of gzip, this preserve the resource fork (Icon)
Changes:
M/branches/ErmaC/Makefile

File differences

branches/ErmaC/Makefile
123123
124124
125125
126
127
126
127
128
128129
129130
130131
pkg installer: all
${SRCROOT}/package/buildpkg.sh ${SYMROOT}/package;
@echo "\t[GZ] ${DISTFILE}.pkg"
@gzip --best ${DISTFILE}.pkg
@echo "\t[ZIP] ${DISTFILE}.pkg"
@ditto -c -k --sequesterRsrc ${DISTFILE}.pkg ${DISTFILE}.zip
@rm -r ${DISTFILE}.pkg
dmg: all
${SRCROOT}/package/slimpkg.sh ${SYMROOT}/package;

Archive Download the corresponding diff file

Revision: 1576