On Wednesday, September 02, 2015 02:38:38 PM Matt Turner wrote:
> On Wed, Sep 2, 2015 at 1:43 PM, Kenneth Graunke <kenn...@whitecape.org> wrote:
> > On Wednesday, September 02, 2015 02:26:55 AM Marek Olšák wrote:
> >> From: Marek Olšák <marek.ol...@amd.com>
> >>
> >> People are having issues with apps because drirc wasn't installed
> >> into /etc. I've lost patience.
> >> ---
> >>  src/mesa/drivers/dri/common/Makefile.am      |   4 +-
> >>  src/mesa/drivers/dri/common/Makefile.sources |   3 +-
> >>  src/mesa/drivers/dri/common/drirc            |  84 --------------------
> >>  src/mesa/drivers/dri/common/drirc_built_in.h | 111 
> >> +++++++++++++++++++++++++++
> >>  src/mesa/drivers/dri/common/xmlconfig.c      |  30 +++++++-
> >>  5 files changed, 140 insertions(+), 92 deletions(-)
> >>  delete mode 100644 src/mesa/drivers/dri/common/drirc
> >>  create mode 100644 src/mesa/drivers/dri/common/drirc_built_in.h
> >
> > I really dislike this idea, but I understand your frustration.  Distros
> > often seem to ship bunk /etc/drirc files.
> >
> > It seems that "make install" doesn't actually install /etc/drirc today.
> > Fixing that would probably go a long way in helping this problem...
> 
> What makes you think that?

My mistake - apparently I didn't bother to set --sysconfdir properly, so
my "make DESTDIR=/tmp/foo install" put it in /tmp/foo/usr/local/etc/,
which I wasn't expecting.

So you're right, "make install" does install it.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to