Module: sip-router Branch: admorten/sca Commit: b35936b9e17aa66eb415dcc11b4dc1d6f7688409 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b35936b9e17aa66eb415dcc11b4dc1d6f7688409
Author: Daniel-Constantin Mierla <[email protected]> Committer: Andrew Mortensen <[email protected]> Date: Thu May 2 13:43:58 2013 +0200 Makefile: fixed path to kamailio.default in deb specs dir --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 0bde59c..4f2de07 100644 --- a/Makefile +++ b/Makefile @@ -1030,7 +1030,7 @@ install_initd_debian install-initd-debian: > /etc/init.d/$(NAME) chmod +x /etc/init.d/$(NAME) sed -e "s#RUN_KAMAILIO=no#RUN_KAMAILIO=yes#g" \ - < pkg/kamailio/debian/kamailio.default \ + < pkg/kamailio/deb/debian/kamailio.default \ > /etc/default/$(NAME) mkdir -p /var/run/$(NAME) adduser --quiet --system --group --disabled-password \ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
