Re: rp - r24215 - abiword/branches/ABI-2-6-0-STABLE/src/pkg/win/setup

From: <sum1abi_at_gmail.com>
Date: Sat Jun 14 2008 - 21:42:54 CEST

On Tue, Jun 10, 2008 at 1:53 AM, <cvs@abisource.com> wrote:
>
> Author: rp
> Date: 2008-06-10 07:53:16 +0200 (Tue, 10 Jun 2008)
> New Revision: 24215
>
> Modified:
> abiword/branches/ABI-2-6-0-STABLE/src/pkg/win/setup/pluginTools.nsi
> Log:
> Fix a bug in r24207 _old_ plugin installers - grab the new abicollab deps from the right place and put them in the right place. (Fix not needed in the new installer - I did that one right the first time..)
>
> Modified: abiword/branches/ABI-2-6-0-STABLE/src/pkg/win/setup/pluginTools.nsi
> ===================================================================
> --- abiword/branches/ABI-2-6-0-STABLE/src/pkg/win/setup/pluginTools.nsi 2008-06-10 05:38:05 UTC (rev 24214)
> +++ abiword/branches/ABI-2-6-0-STABLE/src/pkg/win/setup/pluginTools.nsi 2008-06-10 05:53:16 UTC (rev 24215)
> @@ -171,9 +171,11 @@
> Goto End
>
> DoInstall:
> + SetOutPath $INSTDIR\AbiWord\bin
> + File "..\bin\libsoup-2.4-1.dll"
> + File "..\bin\libgthread-2.0-0.dll"

Do these lines need "..\bin\" anymore?

> + SetOutPath $INSTDIR\AbiWord\Plugins
> File "AbiCollab.dll"
> - File "$INSTDIR\..\bin\libsoup-2.4-1.dll"
> - File "$INSTDIR\..\bin\libgthread-2.0-0.dll"
> WriteRegStr HKCR ".abicollab" "" "AbiSuite.AbiWord"
> WriteRegStr HKCR ".abicollab" "Content Type" "application/abiword"
> End:
>
Received on Sat Jun 14 21:43:16 2008

This archive was generated by hypermail 2.1.8 : Sat Jun 14 2008 - 21:43:16 CEST