SOURCES: eric4-distdir.patch (NEW) - new

adamg adamg at pld-linux.org
Mon Aug 11 00:06:32 CEST 2008


Author: adamg                        Date: Sun Aug 10 22:06:32 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   eric4-distdir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/eric4-distdir.patch
diff -u /dev/null SOURCES/eric4-distdir.patch:1.1
--- /dev/null	Mon Aug 11 00:06:32 2008
+++ SOURCES/eric4-distdir.patch	Mon Aug 11 00:06:26 2008
@@ -0,0 +1,11 @@
+--- eric4-4.2.0/install.py~	2008-08-09 09:58:18.000000000 +0200
++++ eric4-4.2.0/install.py	2008-08-10 23:56:36.356392677 +0200
+@@ -392,6 +392,8 @@
+     # install the API file
+     for progLanguage in progLanguages:
+         apidir = getAPIsPath(progLanguage)
++	if distDir:
++		apidir = os.path.normpath(distDir + os.sep + apidir)
+         if not os.path.exists(apidir):
+             os.makedirs(apidir)
+         for apiName in glob.glob(os.path.join("eric", "APIs", progLanguage, "*.api")):
================================================================


More information about the pld-cvs-commit mailing list