[Gtk-sharp-list] install does not honor DESTDIR

Mike Kestner mkestner@ximian.com
Thu, 17 Jun 2004 15:06:19 -0500


On Thu, 2004-06-17 at 14:13, Benjamin Reed wrote:
> 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.

I specifically added the GACUTIL_FLAGS variable for packagers and folks
who want to mess around with DESTDIR.  If you are providing a DESTDIR,
you most likely do *not* want to provide a /gacdir argument to gacutil. 
You can accomplish what you want by using a cmd like:

GACUTIL_FLAGS='/package gtk-sharp /root $(DESTDIR)$(libdir)' make
install

make install is correct for non-DESTDIR builds and your patch would
break them.

-- 
Mike Kestner <mkestner@ximian.com>