----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3972/ -----------------------------------------------------------
Review request for Asterisk Developers. Repository: Asterisk Description ------- I'm a bit wierd, and I configure asterisk with --prefix=/opt/asterisk, so that I can install it without running as root. The install script for the DAHDI hook scripts were hard coded to install into /usr/share, which foils my weirdness. This patch changes the install location for the DAHDI hook scripts to honor --prefix. It also moves the variable in the Makefile so that it doesn't get between the _MAKEOPTS variables and the comment describing them. Diffs ----- /branches/13/Makefile 422556 Diff: https://reviewboard.asterisk.org/r/3972/diff/ Testing ------- Ran ./configure && make all install to verify that the hook script installed into /usr/share/dahdi/span_config.d. Ran ./configure --prefix=/opt/asterisk && make all install to verify that the hook script installed into /opt/Asterisk/share/dahdi/span_config.d Thanks, David Lee
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
