[sr-dev] git:admorten/sca: Makefile: fixed path to kamailio.default in deb specs dir

Andrew Mortensen admorten at isc.upenn.edu
Thu May 2 21:31:04 CEST 2013


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 <miconda at gmail.com>
Committer: Andrew Mortensen <admorten at isc.upenn.edu>
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 \




More information about the sr-dev mailing list