[Greater-commits] r3793 - trunk/packaging

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 6 16:04:54 CEST 2011


Author: aheinecke
Date: 2011-10-06 16:04:53 +0200 (Thu, 06 Oct 2011)
New Revision: 3793

Modified:
   trunk/packaging/makeinstaller.py
Log:
Correct LICENSE File location


Modified: trunk/packaging/makeinstaller.py
===================================================================
--- trunk/packaging/makeinstaller.py	2011-10-06 14:04:33 UTC (rev 3792)
+++ trunk/packaging/makeinstaller.py	2011-10-06 14:04:53 UTC (rev 3793)
@@ -34,7 +34,7 @@
         "company" : "Intevation GmbH",
         "productname" : "GREAT-ER",
         "setupname" : "Greater-Installer",
-        "license" : os.path.abspath(os.path.join("GREAT-ER", "COPYING")),
+        "license" : os.path.abspath(os.path.join("GREAT-ER-Cefic", "COPYING")),
         "copyright" : "Copyright (c) %s Intevation GmbH" % time.strftime("%Y"),
         "productname_short" : "GREAT-ER",
         "description" : ("Geo-referenced Regional Exposure "



More information about the Greater-commits mailing list