This is the mail archive of the automake@gnu.org mailing list for the automake project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, May 14, 2004 at 11:03:47PM +0200, Richard Bos wrote:
> I have the following challenge; install something in a directory /srv (for
> apache). I use the following code for that:
>
> Makefile.am
> wsadmindir = $(DESTDIR)/srv/www/html/server/admin
^^^^^^^^^^
That's wrong. Take it out. Automake already supports DESTDIR natively;
you're just stuffing it in the path twice.
I think that's your only problem here.
--
.''`. ** Debian GNU/Linux ** | Andrew Suffield
: :' : http://www.debian.org/ |
`. `' |
`- -><- |
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |