On Fri, May 23, 2008 at 6:34 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> On Fri, 23 May 2008 23:27:24 +0200, <[EMAIL PROTECTED]> wrote:
>
>> Author: lucasvr
>> Date: 2008-05-23 14:27:24 -0700 (Fri, 23 May 2008)
>> New Revision: 3399
>>
>> Modified:
>>    trunk/Scripts/bin/FixDirReferences
>> Log:
>> Cmake files also need to be processed by FixDirReferences.
>>
>> Modified: trunk/Scripts/bin/FixDirReferences
>> ===================================================================
>> --- trunk/Scripts/bin/FixDirReferences        2008-05-23 10:38:56 UTC (rev 
>> 3398)
>> +++ trunk/Scripts/bin/FixDirReferences        2008-05-23 21:27:24 UTC (rev 
>> 3399)
>> @@ -41,6 +41,7 @@
>>  s%$goboPrograms/[^ /]*/*[^ /]*/+include([ '\''])%$goboHeaders/\1%g;
>>  s%$goboPrograms/[^ /]*/*[^ /]*/+share(/?)/*%$goboShared\1%g;
>>  s%$goboPrograms/[^ /]*/*[^ /]*/+share([ '\''])%$goboShared/\1%g;
>> +s%$goboPrograms/[^ /]*/*[^ /]*/+etc(/?)/*%$goboSettings\1%g;
>
> Is $target/etc even symlinked into /System/Settings?

No. However, some cmake files show up with $target/etc, even if the
application was compiled with its settings set to $settings_target.
It's a good idea to process these cases too.

-- 
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to