automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to address a directory as /srv


From: Andrew Suffield
Subject: Re: how to address a directory as /srv
Date: Sat, 15 May 2004 02:31:14 +0100
User-agent: Mutt/1.5.6i

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]