CVS: moonbase/graphics/pil BUILD,1.3,1.4
jmhodges at lunar-linux.org
jmhodges at lunar-linux.org
Sat Aug 2 06:49:55 GMT 2003
Update of /var/cvs/lunar/moonbase/graphics/pil
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1373
Modified Files:
BUILD
Log Message:
missed this during the python 2.3 debacle
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/pil/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 5 Apr 2003 22:11:43 -0000 1.3
+++ BUILD 2 Aug 2003 06:49:53 -0000 1.4
@@ -1,7 +1,7 @@
(
export CC="cc $CFLAGS"
- patch_it $SOURCE3 0
+ patch_it /var/spool/lunar/$SOURCE3 0
cd libImaging &&
./configure --prefix=/usr \
$OPTS &&
@@ -10,7 +10,7 @@
python setup.py build &&
prepare_install &&
cd libImaging &&
- cp ImConfig.h ImPlatform.h Imaging.h /usr/include/python2.2 &&
+ cp ImConfig.h ImPlatform.h Imaging.h /usr/include/python2.3 &&
cd .. &&
python setup.py install &&
mkdir -p $DOCUMENT_DIRECTORY/pil &&
More information about the Lunar-commits
mailing list