]> git.pld-linux.org Git - packages/eric4.git/blob - eric4-distdir.patch
- updated to 4.3.1
[packages/eric4.git] / eric4-distdir.patch
1 --- eric4-4.2.0/install.py~     2008-08-09 09:58:18.000000000 +0200
2 +++ eric4-4.2.0/install.py      2008-08-10 23:56:36.356392677 +0200
3 @@ -392,6 +392,8 @@
4      # install the API file
5      for progLanguage in progLanguages:
6          apidir = getAPIsPath(progLanguage)
7 +       if distDir:
8 +               apidir = os.path.normpath(distDir + os.sep + apidir)
9          if not os.path.exists(apidir):
10              os.makedirs(apidir)
11          for apiName in glob.glob(os.path.join("eric", "APIs", progLanguage, "*.api")):
This page took 0.700537 seconds and 3 git commands to generate.