diff options
Diffstat (limited to 'net/kamailio/files/patch-Makefile')
-rw-r--r-- | net/kamailio/files/patch-Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/kamailio/files/patch-Makefile b/net/kamailio/files/patch-Makefile new file mode 100644 index 000000000000..a5a88fe0b6d3 --- /dev/null +++ b/net/kamailio/files/patch-Makefile @@ -0,0 +1,22 @@ +--- Makefile.orig 2014-08-06 15:29:50 UTC ++++ Makefile +@@ -95,7 +95,7 @@ + # whether or not to install $(MAIN_NAME).cfg or just $(MAIN_NAME).cfg.default + # ($(MAIN_NAME).cfg will never be overwritten by make install, this is usefull + # when creating packages) +-skip_cfg_install?= ++skip_cfg_install?=yes + + #extra modules to exclude + skip_modules?= +@@ -820,8 +820,8 @@ + fi ; \ + done; true + # radius dictionary +- $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME) +- $(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir) ++ $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample ++ $(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample + + install-bin: $(bin_prefix)/$(bin_dir) $(NAME) + $(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME) |