[Home]

Summary:ASTERISK-09134: static-http resides under datadir
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2007-03-28 13:38:48Date Closed:2007-04-03 15:07:45
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When generating a debian package I would like to place the static http files under the astdatadir (/usr/share/asterisk ). The problems I have are:

1. The makefile autodetects the static-http files to reside under astvarlibdir. But astvarlibdir differs from astdatadir on the Debian packages (this is optional as of 1.4).

2. The makefile detects the configuration on the build system . The configuration on the target system may differ.

3. The makefile has plenty of autodetection logic that belongs in the autoconf script. As a result I have no simple way of overriding pathes.
Comments:By: Pari Nannapaneni (pari) 2007-03-29 01:28:21

This might also give us an opportunity to spend some time on the
build scripts to make them update the PATHs in gui_sysinfo and astman.js

-Pari

By: Russell Bryant (russell) 2007-04-03 15:07:45

The GUI Makefile will now respect ASTDATADIR and uses that for the static-http directory as of revision 587.