]> git.pld-linux.org Git - packages/eric4.git/blame - eric4-distdir.patch
- updated to 4.3.1
[packages/eric4.git] / eric4-distdir.patch
CommitLineData
ea1ef828
AG
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.049585 seconds and 4 git commands to generate.