<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Wed, 2010-12-29 at 12:22 -0700, Matt Dew wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <TT><FONT COLOR="#1a1a1a">There's no issues with:</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">${DESTDIR}${DATADIR}</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">vs:</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">${DESTDIR}/${DATADIR}</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">?</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">DESTDIR will always end in '/' right?</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
All the *DIR variables which are installation directories must be absolute paths.<BR>
This is now checked by the script.<BR>
<BR>
DESTDIR might be $HOME for example. It would be /home/matt/usr/local/bin for the bin directory.<BR>
In the help text we had a '/' for clarity, I suppose.
</BODY>
</HTML>