]> git.pld-linux.org Git - packages/python3.git/blobdiff - python3-noarch_to_datadir.patch
- fix 2to3
[packages/python3.git] / python3-noarch_to_datadir.patch
index 8450022534076c8936299c55d7e5dad40cb4da67..f795565b6471ef1eb188c30122f640b71e39ff46 100644 (file)
  
  # Detailed destination directories
  BINLIBDEST=   $(LIBDIR)/python$(VERSION)
+--- Python-3.0.1/Lib/distutils/tests/test_install.py.wig       2009-02-25 11:42:38.000000000 +0100
++++ Python-3.0.1/Lib/distutils/tests/test_install.py   2009-02-25 11:51:23.000000000 +0100
+@@ -38,7 +38,7 @@ class InstallTestCase(support.TempdirMan
+             expected = os.path.normpath(expected)
+             self.assertEqual(got, expected)
+-        libdir = os.path.join(destination, "lib", "python")
++        libdir = os.path.join(destination, "share", "python")
+         platlibdir =  os.path.join(destination, sys.lib, "python")
+         check_path(cmd.install_lib, libdir)
+         check_path(cmd.install_platlib, platlibdir)
This page took 0.0435 seconds and 4 git commands to generate.