This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpetrov
Recipients jlt63, rpetrov
Date 2009-01-10.18:17:36
SpamBayes Score 0.22176813
Marked as misclassified No
Message-id <1231611457.66.0.78801277316.issue2233@psf.upfronthosting.co.za>
In-reply-to
Content
Jason, did you test what is result is DESTDIR default to "/".

This variable(macro) is used with specific syntax by example (from
Makefile):
  $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$b; \
where $$b is absolute path.
History
Date User Action Args
2009-01-10 18:17:37rpetrovsetrecipients: + rpetrov, jlt63
2009-01-10 18:17:37rpetrovsetmessageid: <1231611457.66.0.78801277316.issue2233@psf.upfronthosting.co.za>
2009-01-10 18:17:37rpetrovlinkissue2233 messages
2009-01-10 18:17:37rpetrovcreate