SOURCES: smart-syslibs.patch - "fix"
patrys
patrys at pld-linux.org
Mon Jul 30 19:03:34 CEST 2007
Author: patrys Date: Mon Jul 30 17:03:34 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- "fix"
---- Files affected:
SOURCES:
smart-syslibs.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/smart-syslibs.patch
diff -u SOURCES/smart-syslibs.patch:1.3 SOURCES/smart-syslibs.patch:1.4
--- SOURCES/smart-syslibs.patch:1.3 Mon Jul 30 18:27:02 2007
+++ SOURCES/smart-syslibs.patch Mon Jul 30 19:03:29 2007
@@ -9,3 +9,14 @@
from smart import Error, _
import textwrap
import sys, os
+--- smart-0.51/setup.py~ 2006-11-20 15:49:51.000000000 +0100
++++ smart-0.51/setup.py 2007-07-30 18:58:28.840510700 +0200
+@@ -56,7 +56,7 @@
+ distutils.file_util.copy_file = copy_file
+ distutils.dir_util.copy_tree = copy_tree
+
+-PYTHONLIB = os.path.join(get_python_lib(standard_lib=1, prefix=""),
++PYTHONLIB = os.path.join(get_python_lib(standard_lib=1, plat_specific=1, prefix=""),
+ "site-packages")
+
+ config_h = sysconfig.get_config_h_filename()
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/smart-syslibs.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list