Module: sip-router Branch: 4.0 Commit: 58322807c275ce07be6a339dd5db2416f1905470 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=58322807...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Sat Jul 20 10:01:25 2013 +0200
Makefile: sercmd renamed to kamcmd in uninstall option
(cherry picked from commit ab601ea9a1b2561c2eaa860583cdeed478b9ea8d)
---
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index cbe4700..5351a38 100644 --- a/Makefile +++ b/Makefile @@ -1058,7 +1058,7 @@ uninstall: echo "rm ${bin_prefix}/${bin_dir}kamctl" ; \ echo "rm ${bin_prefix}/${bin_dir}kamdbctl" ; \ fi ; \ - echo "rm ${bin_prefix}/${bin_dir}sercmd" ; \ + echo "rm ${bin_prefix}/${bin_dir}kamcmd" ; \ echo "rm ${man_prefix}/${man_dir}man5/$(MAIN_NAME).cfg.5" ; \ echo "rm ${man_prefix}/${man_dir}man8/$(MAIN_NAME).8" ; \ if [ "${FLAVOUR}" = "kamailio" ] ; then \