[Lunar-commits] <moonbase> PIL: Fix path for Python

Samuel Verstraete elangelo at lunar-linux.org
Fri Mar 13 16:02:54 CET 2009


commit 6a6b1645c26517eebef67fd346f4325cce6dec2a
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Tue Oct 21 18:56:41 2008 +0200

    PIL: Fix path for Python
    
    Conflicts:
    
    	graphics/pil/BUILD
---
 graphics/pil/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/graphics/pil/BUILD b/graphics/pil/BUILD
index 48b78c6..4a2bad0 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/python`module_version Python`  &&
+  cp ImPlatform.h Imaging.h /usr/include/python`installed_version Python`  &&
   cd ..                             &&
   python setup.py install           &&
   mkdir -p $DOCUMENT_DIRECTORY/pil  &&


More information about the Lunar-commits mailing list