r21819 - gnucash/branches/2.4/packaging/win32 - Fix gnucash.iss.in temporary change that leaked into my previous commit.

John Ralls jralls at code.gnucash.org
Mon Jan 2 16:52:32 EST 2012


Author: jralls
Date: 2012-01-02 16:52:32 -0500 (Mon, 02 Jan 2012)
New Revision: 21819
Trac: http://svn.gnucash.org/trac/changeset/21819

Modified:
   gnucash/branches/2.4/packaging/win32/gnucash.iss.in
Log:
Fix gnucash.iss.in temporary change that leaked into my previous commit.

Modified: gnucash/branches/2.4/packaging/win32/gnucash.iss.in
===================================================================
--- gnucash/branches/2.4/packaging/win32/gnucash.iss.in	2012-01-02 12:51:24 UTC (rev 21818)
+++ gnucash/branches/2.4/packaging/win32/gnucash.iss.in	2012-01-02 21:52:32 UTC (rev 21819)
@@ -75,7 +75,7 @@
 ; environment config file on-the-fly by the Pascal script below.
 Source: "@prefix@\..\dist\lib\*"; DestDir: "{app}\lib"; Flags: recursesubdirs; Components: main
 Source: "@prefix@\..\dist\libexec\*"; DestDir: "{app}\libexec"; Flags: recursesubdirs; Components: main
-Source: "@prefix@\..\dist\share\*"; DestDir: "{app}\share"; Flags: recursesubdirs; Components: main; AfterInstall: MyAfterInstallConfig()
+Source: "@prefix@\..\dist\share\*"; DestDir: "{app}\share"; Flags: recursesubdirs; Components: main;
 
 ;;; Not needed with AQBANKING5!
 ;; Additionally, we ship the Qt DLLs because the Online-Banking-Wizard



More information about the gnucash-changes mailing list