/pidgin/main: 722813575d5f: Exclude the Gtk directory in the win...

Daniel Atallah datallah at pidgin.im
Tue Sep 18 13:54:52 EDT 2012


Changeset: 722813575d5f671ee2911d72f2e652fc300e0890
Author:	 Daniel Atallah <datallah at pidgin.im>
Date:	 2012-09-11 23:18 -0400
Branch:	 release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/722813575d5f

Description:

Exclude the Gtk directory in the win32-install-dir from being included in the installer.

diffstat:

 pidgin/win32/nsis/pidgin-installer.nsi |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/pidgin/win32/nsis/pidgin-installer.nsi b/pidgin/win32/nsis/pidgin-installer.nsi
--- a/pidgin/win32/nsis/pidgin-installer.nsi
+++ b/pidgin/win32/nsis/pidgin-installer.nsi
@@ -328,7 +328,7 @@ Section $(PIDGINSECTIONTITLE) SecPidgin
     Delete "$INSTDIR\plugins\liboscar.dll"
     Delete "$INSTDIR\plugins\libjabber.dll"
 
-    File /r /x locale ..\..\..\${PIDGIN_INSTALL_DIR}\*.*
+    File /r /x locale /x Gtk ..\..\..\${PIDGIN_INSTALL_DIR}\*.*
 
     ; Check if Perl is installed, if so add it to the AppPaths
     ReadRegStr $R2 HKLM ${PERL_REG_KEY} ""



More information about the Commits mailing list