[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] acl and attr install prefix issue
From: |
Kamil Dudka |
Subject: |
Re: [Acl-devel] acl and attr install prefix issue |
Date: |
Tue, 5 Jul 2011 12:53:43 +0200 |
User-agent: |
KMail/1.9.10 |
On Tuesday 05 July 2011 12:36:32 Yegor Yefremov wrote:
> On Tue, Jul 5, 2011 at 12:26 PM, Kamil Dudka <address@hidden> wrote:
> > So the bug is not about the configure script being insensitive to
> > --prefix. You just want 'make install' to respect the DESTDIR variable,
> > right?
>
> Yes. I just want the build infrastructure to act like the most other
> packages do.
I think it would make sense. As a workaround, you can try something
like ./configure --prefix='$(DESTDIR)'. 'make install' will then respect
the DESTDIR variable.
Kamil