[Home]

Summary:ASTERISK-07279: DESTDIR Support in Makefile
Reporter:Marcus Moeller (marcus)Labels:
Date Opened:2006-07-04 10:53:17Date Closed:2011-06-07 14:02:45
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:There are several parts in the Makefile that has to be tweaked to support make install DESTDIR:

1. INSTALL_PREFIX:=$(DESTDIR) must be listed before:
KMAKE_INST:= $(KMAKE) INSTALL_MOD_PATH=$(INSTALL_PREFIX) INSTALL_MOD_DIR=misc modules_install

2. /etc/udev/rules.d should be created in DESTDIR if it does not exist. Otherwise the make install process will exit with error.

3. /usr/share/man/man8 should be createn in DESTDIR if it does not exist. Same here.
Comments:By: Serge Vecher (serge-v) 2006-07-05 10:35:45

Marcus: I believe all of these concerns have taken care of in the upcoming 1.4 beta release. Please test the trunk .

By: Serge Vecher (serge-v) 2006-08-08 11:10:19

Since the focus is shifting from 1.2 to 1.4, we need reports on trunk. DESTDIR doesn't work in trunk, please feel free to reopen this issue with your testing results.

Thanks.