Joel Bosveld wrote: > --- > src/gallium/winsys/drm/Makefile.template | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/winsys/drm/Makefile.template > b/src/gallium/winsys/drm/Makefile.template > index b0d9812..9f92cb4 100644 > --- a/src/gallium/winsys/drm/Makefile.template > +++ b/src/gallium/winsys/drm/Makefile.template > @@ -117,8 +117,8 @@ clean: > > > install: $(LIBNAME) > - $(INSTALL) -d $(DRI_DRIVER_INSTALL_DIR) > - $(INSTALL) -m 755 $(LIBNAME) $(DRI_DRIVER_INSTALL_DIR) > + $(INSTALL) -d $(DESTDIR)$(DRI_DRIVER_INSTALL_DIR) > + $(INSTALL) -m 755 $(LIBNAME) $(DESTDIR)$(DRI_DRIVER_INSTALL_DIR) > > > include depend
Thanks! Committed. -Brian ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev