[Lunar-commits] r21512 - moonbase/trunk/graphics/pil
Jannis Pohlmann
jannis at lunar-linux.org
Fri Sep 22 15:11:39 UTC 2006
Author: jannis
Date: 2006-09-22 15:11:38 +0000 (Fri, 22 Sep 2006)
New Revision: 21512
Modified:
moonbase/trunk/graphics/pil/BUILD
Log:
Make it work with Python 2.5.
Modified: moonbase/trunk/graphics/pil/BUILD
===================================================================
--- moonbase/trunk/graphics/pil/BUILD 2006-09-22 13:19:54 UTC (rev 21511)
+++ moonbase/trunk/graphics/pil/BUILD 2006-09-22 15:11:38 UTC (rev 21512)
@@ -5,7 +5,7 @@
python setup.py build_ext &&
prepare_install &&
cd libImaging &&
- cp ImPlatform.h Imaging.h /usr/include/python2.4 &&
+ cp ImPlatform.h Imaging.h /usr/include/python2.5 &&
cd .. &&
python setup.py install &&
mkdir -p $DOCUMENT_DIRECTORY/pil &&
More information about the Lunar-commits
mailing list