Koen van der Drift wrote:

On Nov 2, 2005, at 10:45 PM, Daniel Macks wrote:
[]
InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --prefix=%i

When setup.py compiles .py->.pyc, it embeds --prefix in it. Just like
autotools packages make a distinction between --prefix and DESTDIR,
modern python distutils can handle separate --prefix and --root flags,
indicating "the file will be used one place but we'll install it in a
temp hierarchy for now."

So, can I leave it the way it is, or do I need to adjust my info file? I am not very familiar with python (packages), so apolgies if this is an too obvious question :)

I think if it works with install --root=%d instead of --prefix=%i, you should change it and use this.

--
Martin



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to