The following issue has been SUBMITTED.
======================================================================
http://www.dbmail.org/mantis/view.php?id=1013
======================================================================
Reported By: creditlink
Assigned To:
======================================================================
Project: DBMail
Issue ID: 1013
Category: installation scripts
Reproducibility: always
Severity: minor
Priority: normal
Status: new
target:
======================================================================
Date Submitted: 03-Jul-13 22:39 CEST
Last Modified: 03-Jul-13 22:39 CEST
======================================================================
Summary: quote errors in configure scripts
Description:
In the following snippet from configure, you will see that "${prefix}"
won't be expanded (under bash, anyway) because of the single quotes.
if test "x$localstatedir" = 'x${prefix}/var'; then
DM_STATEDIR='/var/run'
else
DM_STATEDIR=$localstatedir
fi
if test "x$sysconfdir" = 'x${prefix}/etc'; then
DM_CONFDIR='/etc'
else
DM_CONFDIR=$sysconfdir
fi
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
03-Jul-13 22:39 creditlink New Issue
======================================================================
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev