[PyKDE] Back to work..

Hans-Peter Jansen hpj at urpla.net
Wed Oct 23 12:38:00 BST 2002


Hi Phil,

here is the diff against build.py v3.4, I'm using for the RPMs.
I'm confident about the first hunk, but unsure about the second:

--- build.py.orig	2002-10-08 19:11:40.000000000 +0200
+++ build.py	2002-10-08 20:13:35.000000000 +0200
@@ -1147,7 +1147,7 @@
     f = open("Makefile","a")
     f.write("\ninstall-eric:\n")
 
-    ericdir = modDir + os.sep + "eric"
+    ericdir = os.path.join(modDir, "eric")
 
     # Create the platform specific wrappers.
     ename = createPyWrapper(ericdir,"eric","eric")
@@ -1162,6 +1162,7 @@
     f.write("\t-%s eric%s*.py %s\n" % (platCopy,os.sep,ericdir))
     f.write("\t-%s eric%s*.pyc %s\n" % (platCopy,os.sep,ericdir))
     f.write("\t-%s eric%s*.qm %s\n" % (platCopy,os.sep,ericdir))
+    f.write("\t-%s eric%s*.ts %s\n" % (platCopy,os.sep,ericdir))
     f.write("\t-%s %s %s\n" % (platCopy,ename,platBinDir))
     f.write("\t-%s %s %s\n" % (platCopy,uname,platBinDir))
     f.write("\t-%s %s %s\n" % (platCopy,hname,platBinDir))

Hans-Peter




More information about the PyQt mailing list