It is possible, but if you pass --libdir=/usr/lib64 without passing
--libexecdir=/whatever, the Global Assembly Cache will be assumed to be
in /usr/lib64/mono/gac. So nothing is hardcoded, just more possibilities :)

Cheers

F.

J.M. Maurer wrote:
> On Tue, 2008-11-11 at 14:12 +0000, Fridrich Strba wrote:
>> Update of /cvsroot/libwpd/libwpd2-bindings/src/csharp
>> In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26618/src/csharp
>>
>> Modified Files:
>>      Makefile.am 
>> Log Message:
>> on 64-bit, mono is in /usr/lib and not in /usr/lib64
> 
> Are you sure about that? Fedora places every 64 bit lib under /usr/lib64
> normally... not all distros do that though.
> 
>   Marc
> 
>> Index: Makefile.am
>> ===================================================================
>> RCS file: /cvsroot/libwpd/libwpd2-bindings/src/csharp/Makefile.am,v
>> retrieving revision 1.10
>> retrieving revision 1.11
>> diff -u -d -r1.10 -r1.11
>> --- Makefile.am      7 Nov 2008 05:12:51 -0000       1.10
>> +++ Makefile.am      11 Nov 2008 14:12:13 -0000      1.11
>> @@ -84,20 +84,20 @@
>>              $$SHARP_FILES
>>  
>>  install-exec-local: [EMAIL PROTECTED]@[EMAIL PROTECTED]@.dll
>> -    mkdir -p $(DESTDIR)$(libdir)/mono/gac $(DESTDIR)$(libdir)/mono/libwpd
>> +    mkdir -p $(DESTDIR)$(libexecdir)/mono/gac 
>> $(DESTDIR)$(libexecdir)/mono/libwpd
>>      if test x"@WPDBINDINGS_MICRO_VERSION@" = x"0"; then \
>>              rm -f [EMAIL PROTECTED]@[EMAIL PROTECTED]@.dll.config; \
>>      fi
>>      gacutil \
>>              -i [EMAIL PROTECTED]@[EMAIL PROTECTED]@.dll \
>>              -check_refs \
>> -            -root $(DESTDIR)$(libdir) \
>> +            -root $(DESTDIR)$(libexecdir) \
>>              -package libwpd
>>  
>>  uninstall-local:
>>      gacutil \
>>              -u [EMAIL PROTECTED]@[EMAIL PROTECTED]@,[EMAIL 
>> PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@.0 \
>> -            -root $(DESTDIR)$(libdir) \
>> +            -root $(DESTDIR)$(libexecdir) \
>>              -package libwpd
>>  
>>  check: all
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Libwpd-cvs mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/libwpd-cvs
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Libwpd-devel mailing list
> Libwpd-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libwpd-devel

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libwpd-devel mailing list
Libwpd-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libwpd-devel

Reply via email to