[Home]

Summary:ASTERISK-01395: Error in Makefile
Reporter:Tony Mountifield (softins)Labels:
Date Opened:2004-04-11 17:53:25Date Closed:2004-09-25 02:51:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In the Makefile line that starts "MODCONF=", there is a missing "/etc":

echo "$(INSTALL_PREFIX)/modprobe.conf"

should be:

echo "$(INSTALL_PREFIX)/etc/modprobe.conf"
Comments:By: James Golovich (jamesgolovich) 2004-04-11 23:44:31

Fixed in CVS.  Thanks!