]> git.pld-linux.org Git - packages/eric4.git/commitdiff
- new auto/ac/eric4-4_2_0-1 auto/th/eric4-4_2_0-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 10 Aug 2008 22:06:26 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eric4-distdir.patch -> 1.1

eric4-distdir.patch [new file with mode: 0644]

diff --git a/eric4-distdir.patch b/eric4-distdir.patch
new file mode 100644 (file)
index 0000000..6cc2a2e
--- /dev/null
@@ -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")):
This page took 0.080034 seconds and 4 git commands to generate.