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

From: Ryan Pavlik <abiryan_at_ryand.net>
Date: Sun Jun 22 2008 - 18:51:41 CEST

sum1abi@gmail.com wrote:
> 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:
>>
>>
>
>
Hmm, good question. Will try it out.

-- 
Ryan Pavlik
www.cleardefinition.com
#282  +  (442) -  [X]
A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
was: while(!asleep()) sheep++;
Received on Sun Jun 22 18:52:02 2008

This archive was generated by hypermail 2.1.8 : Sun Jun 22 2008 - 18:52:02 CEST