[Home]

Summary:ASTERISK-06392: Makefile doesn't honor DESTDIR
Reporter:T.J. Ferraro (tjtoocool)Labels:
Date Opened:2006-02-21 22:05:43.000-0600Date Closed:2006-02-22 07:39:58.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In the Makefile for libpri-1.2.2 I see a line: INSTALL_PREFIX?=

But then again I also see the same thing in the Makefile for the core asterisk 1.2.4.

The Makefile for zaptel has the correct syntax: INSTALL_PREFIX=$(DESTDIR)

Otherwise DESTDIR is discarded and the makefile must be edited by hand.
Comments:By: T.J. Ferraro (tjtoocool) 2006-02-21 22:06:45.000-0600

Sorry for the double post.