[asterisk-bugs] [Zaptel 0010764]: Makefile incorrectly uses DESTDIR at times
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Sep 20 10:47:49 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10764
======================================================================
Reported By: cabal95
Assigned To:
======================================================================
Project: Zaptel
Issue ID: 10764
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Zaptel Version: 1.4.5.1
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 09-19-2007 19:06 CDT
Last Modified: 09-20-2007 10:47 CDT
======================================================================
Summary: Makefile incorrectly uses DESTDIR at times
Description:
The makefile for zaptel has (that I found) 2 places where it is using
DESTDIR incorrectly and 1 place where (somewhat unrelated, but I came
across it while fixing the DESTDIR problem) it uses ifneq instead of ifeq.
The attached patch fixes those problems.
======================================================================
----------------------------------------------------------------------
qwell - 09-20-07 10:47
----------------------------------------------------------------------
I believe I know what these are, and if it's what I think it is - they are
already fixed.
They were both related to the installation of the zapata.conf file. The
ifneq was backwards, and would try to install it only if it *did* already
exist in /etc/, and the incorrect DESTDIR usage was making it end up as
$DESTDIR/$DESTDIR/etc/. Correct?
Issue History
Date Modified Username Field Change
======================================================================
09-20-07 10:47 qwell Note Added: 0070833
======================================================================
More information about the asterisk-bugs
mailing list