SOURCES: tinyerp-client-start.patch (NEW) - python is at share,

djrzulf djrzulf at pld-linux.org
Sat Nov 26 21:28:01 CET 2005


Author: djrzulf                      Date: Sat Nov 26 20:28:01 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- python is at share,

---- Files affected:
SOURCES:
   tinyerp-client-start.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tinyerp-client-start.patch
diff -u /dev/null SOURCES/tinyerp-client-start.patch:1.1
--- /dev/null	Sat Nov 26 21:28:01 2005
+++ SOURCES/tinyerp-client-start.patch	Sat Nov 26 21:27:56 2005
@@ -0,0 +1,11 @@
+--- tinyerp-client-3.1.1/setup.py~	2005-11-26 21:24:42.070498000 +0100
++++ tinyerp-client-3.1.1/setup.py	2005-11-26 21:25:14.256509500 +0100
+@@ -86,7 +86,7 @@
+ # create startup script
+ start_script = \
+ "#!/bin/sh\n\
+-cd %s/lib/python%s/site-packages/tinyerp-client\n\
++cd %s/share/python%s/site-packages/tinyerp-client\n\
+ exec %s ./tinyerp-client.py $@" % (sys.prefix, py_short_version, sys.executable)
+ # write script
+ f = open('tinyerp-client', 'w')
================================================================



More information about the pld-cvs-commit mailing list