Module: sems Branch: master Commit: 9d4fa937aa06bcfb528110e6604cc5344ed809a1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9d4fa937aa06bcfb528110e6604cc5344ed809a1
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Thu Oct 7 22:22:07 2010 +0200 fixed: app_mapping.conf installation --- core/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/Makefile b/core/Makefile index aa7d9a8..c5552da 100644 --- a/core/Makefile +++ b/core/Makefile @@ -88,7 +88,7 @@ install-cfg: $(DESTDIR)$(cfg-target) $(DESTDIR)$(app-cfg-target) $(DESTDIR)$(cfg-target)sems.conf; \ fi - $(INSTALL-CFG) etc/app_mapping.conf $(DESTDIR)$(app-cfg-target) + $(INSTALL-CFG) etc/app_mapping.conf.sample $(DESTDIR)$(app-cfg-target)app_mapping.conf install-bin: $(DESTDIR)$(bin-prefix)/$(bin-dir) $(INSTALL-TOUCH) $(DESTDIR)$(bin-prefix)/$(bin-dir)$(NAME) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
