]> git.pld-linux.org Git - packages/eric4.git/commitdiff
- outdated
authorKarol Krenski <charles@pld-linux.org>
Sun, 3 May 2009 18:12:19 +0000 (18:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eric4-distdir.patch -> 1.2

eric4-distdir.patch [deleted file]

diff --git a/eric4-distdir.patch b/eric4-distdir.patch
deleted file mode 100644 (file)
index 6cc2a2e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.077262 seconds and 4 git commands to generate.