E&S CVS Commit: PEAK - Fixed an issue on installing to a non-standard package directory (i.e.

pje at eby-sarna.com pje at eby-sarna.com
Fri Oct 11 17:31:01 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Fri Oct 11 21:30:38 UTC 2002

Modified Files:
	PEAK: setup.py

Log Message:
Fixed an issue on installing to a non-standard package directory (i.e.
using --install-lib or --install-platlib).  Setup will now always install
data files relative to wherever the distutils is actually installing the
package.  This used to only work if you used --install-purelib, and once
kjbuckets was added to the distribution, it stopped working unless you
supplied both platlib and purelib.  Now it should work correctly no matter
what you do, or at least as correctly as distutils itself does.  (Distutils
may ignore --install-purelib if the package contains any C extensions.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/setup.py.diff?r1=1.26&r2=1.27

To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 PEAK/setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list