[Lunar-commits] <moonbase> PIL: Fix path for Python
Samuel Verstraete
elangelo at lunar-linux.org
Fri Mar 13 16:02:53 CET 2009
commit a6c719daded32a879a385fc0cb01b6713d79f5ee
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Tue Oct 21 09:32:07 2008 -0700
PIL: Fix path for Python
---
graphics/pil/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/graphics/pil/BUILD b/graphics/pil/BUILD
index 5fbc97e..48b78c6 100644
--- a/graphics/pil/BUILD
+++ b/graphics/pil/BUILD
@@ -5,7 +5,7 @@
python setup.py build_ext &&
prepare_install &&
cd libImaging &&
- cp ImPlatform.h Imaging.h /usr/include/python2.5 &&
+ cp ImPlatform.h Imaging.h /usr/include/python`module_version Python` &&
cd .. &&
python setup.py install &&
mkdir -p $DOCUMENT_DIRECTORY/pil &&
More information about the Lunar-commits
mailing list