summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorIsmael Luceno2016-02-25 01:34:27 -0300
committerIsmael Luceno2016-02-25 05:26:01 -0300
commit33af25ca11252d72e8a92b09bfb2c725e1b5fa1a (patch)
tree5c6e4e84beb27715960a974b93a7f8127969c879 /telephony
parenta3d666f693ac307a5dd7c1d219e3c0db1d050df8 (diff)
kamailio: Fix installation paths
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/kamailio/BUILD6
-rw-r--r--telephony/kamailio/HISTORY2
2 files changed, 6 insertions, 2 deletions
diff --git a/telephony/kamailio/BUILD b/telephony/kamailio/BUILD
index 451efd2867..ed720ad7fb 100755
--- a/telephony/kamailio/BUILD
+++ b/telephony/kamailio/BUILD
@@ -1,3 +1,7 @@
cd "$SOURCE_DIRECTORY" &&
-make cfg &&
+make cfg \
+ PREFIX="$INSTALL_ROOT"/usr \
+ LIBDIR=lib \
+ cfg_target="$INSTALL_ROOT/etc/$SPELL" \
+ &&
make
diff --git a/telephony/kamailio/HISTORY b/telephony/kamailio/HISTORY
index c633dd5fd7..f581fef78e 100644
--- a/telephony/kamailio/HISTORY
+++ b/telephony/kamailio/HISTORY
@@ -1,4 +1,4 @@
2016-02-24 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS, DETAILS: spell created
* DETAILS: Fixed $VERSION
-
+ * BUILD: Fixed installation paths