Chameleon

Issue 187: Package installer naming since using ZIP

Reported by blackosx, Oct 6, 2011

The two latest buildbot downloadable files are:
Chameleon-2.1svn-r1613.tgz
Chameleon-2.1svn-r1613.zip

It's not obvious which one is Chameleon binaries and which one is 
the package installer. Can .pkg be included in to the filename of 
the package? for example:
Chameleon-2.1svn-r1613.pkg.zip

Comment 1 by ErmaC , Oct 7, 2011

Hi Blackosx.
Probably is a easy "fix"

makefile from:

	@ditto -c -k --sequesterRsrc ${DISTFILE}.pkg ${DISTFILE}.zip

to:

	@ditto -c -k --sequesterRsrc ${DISTFILE}.pkg ${DISTFILE}.pkg.zip

Fabio
Labels: Priority:Medium Priority:Critical
Status: Accepted

Comment 2 by blackosx, Oct 10, 2011

Thanks for solving this simple problem Fabio.
I hadn't looked in to it since raising the issue.

This can be closed.

Comment 3 by JrCs, Oct 22, 2011

Status: Fixed

Created: 12 years 6 months ago by blackosx

Updated: 12 years 6 months ago

Status: Fixed

Followed by: 2 persons

Labels:
Priority:Medium
Type:Defect