[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-gtk-sharp-list
Subject:    [Gtk-sharp-list] install does not honor DESTDIR
From:       Benjamin Reed <rangerrick () gmail ! com>
Date:       2004-06-17 19:13:33
Message-ID: 57eba2250406171213180f667b () mail ! gmail ! com
[Download RAW message or body]

gacutil is not being called with the -root argument during a "make
install DESTDIR=/foo" so things are getting installed outside of the
destroot.  The attached patch fixes this.

["gacutil-destroot.patch" (application/octet-stream)]

--- gtk-sharp-0.98/configure.in	Mon Jun 14 17:15:02 2004
+++ gtk-sharp-0.98-new/configure.in	Thu Jun 17 15:11:10 2004
@@ -64,7 +64,7 @@
 PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
 
 if test "x$has_mono" = "xtrue"; then
-GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(libdir)'
+GACUTIL_FLAGS='-root $(DESTDIR) /package $(PACKAGE) /gacdir $(libdir)'
 GENERATED_SOURCES=generated/*.cs
 AC_PATH_PROG(RUNTIME, mono, no)
 AC_PATH_PROG(CSC, mcs, no)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic