[Pythonmac-SIG] DESTDIR problem

Chris Kees cekees at gmail.com
Wed May 26 05:48:09 CEST 2010


Hi,

I'm having trouble with 'make install' trying to put or touch  a few things
in /Applications even though I've set the prefix and framework directories
to be $MY_PREFIX as in

./configure --prefix=${MY_PREFIX} --enable-framework=${MY_PREFIX}
--disable-universalsdk MACOSX_DEPLOYMENT_TARGET=10.6

When running 'make install' I get:

OSError: [Errno 13] Permission denied: '/Applications/Python 2.6/Build
Applet.app/Contents/Info.plist'

Is there some additional option I need to set to MY_PREFIX to get everything
where I want it?

Thanks,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20100525/ff802f26/attachment.html>


More information about the Pythonmac-SIG mailing list