[Gpg4win-commits] r417 - in trunk: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jun 18 22:41:26 CEST 2007
Author: marcus
Date: 2007-06-18 22:41:26 +0200 (Mon, 18 Jun 2007)
New Revision: 417
Modified:
trunk/ChangeLog
trunk/src/inst-w32pth.nsi
trunk/src/uninst-w32pth.nsi
Log:
2007-06-18 Marcus Brinkmann <marcus at g10code.de>
* src/inst-w32pth.nsi: Install shared library.
* src/uninst-w32pth.nsi: Uninstall shared library.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-06-18 17:09:41 UTC (rev 416)
+++ trunk/ChangeLog 2007-06-18 20:41:26 UTC (rev 417)
@@ -1,5 +1,8 @@
2007-06-18 Marcus Brinkmann <marcus at g10code.de>
+ * src/inst-w32pth.nsi: Install shared library.
+ * src/uninst-w32pth.nsi: Uninstall shared library.
+
* src/inst-gnupg2.nsi: Install gpgconf.exe.
* src/uninst-gnupg2.nsi: Uninstall gpgconf.exe.
Modified: trunk/src/inst-w32pth.nsi
===================================================================
--- trunk/src/inst-w32pth.nsi 2007-06-18 17:09:41 UTC (rev 416)
+++ trunk/src/inst-w32pth.nsi 2007-06-18 20:41:26 UTC (rev 417)
@@ -34,7 +34,7 @@
!ifdef SOURCES
File "${gpg4win_pkg_w32pth}"
!else
- # Nothing to install as we link statically.
+ File ${prefix}/bin/libw32pth-0.dll
!endif
SectionEnd
Modified: trunk/src/uninst-w32pth.nsi
===================================================================
--- trunk/src/uninst-w32pth.nsi 2007-06-18 17:09:41 UTC (rev 416)
+++ trunk/src/uninst-w32pth.nsi 2007-06-18 20:41:26 UTC (rev 417)
@@ -31,8 +31,7 @@
Push "${gpg4win_pkg_w32pth}"
Call un.SourceDelete
!else
- # Nothing to uninstall as we link static.
-
+ Delete "$INSTDIR\libw32pth-0.dll"
+ RMDir "$INSTDIR"
!endif
SectionEnd
-
More information about the Gpg4win-commits
mailing list