From eac0cbfa43813b0edd86a4bd490e3bbfaae4f316 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 23 Apr 2009 17:03:33 +0000 Subject: xpp: xpp_order is another config file that should go to /etc/dahdi Also slightly fix the sample config. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6476 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 172d184..d30fade 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ endif RCCONF_FILE = /etc/dahdi/init.conf MODULES_FILE = /etc/dahdi/modules GENCONF_FILE = /etc/dahdi/genconf_parameters +XPP_ORDER_FILE = /etc/dahdi/xpp_order MODPROBE_FILE = /etc/modprobe.d/dahdi BLACKLIST_FILE = /etc/modprobe.d/dahdi.blacklist @@ -280,6 +281,9 @@ endif ifeq (,$(wildcard $(DESTDIR)$(GENCONF_FILE))) $(INSTALL) -D -m 644 xpp/genconf_parameters $(DESTDIR)$(GENCONF_FILE) endif +ifeq (,$(wildcard $(DESTDIR)$(XPP_ORDER_FILE))) + $(INSTALL) -D -m 644 xpp/xpp_order $(DESTDIR)$(XPP_ORDER_FILE) +endif ifeq (,$(wildcard $(DESTDIR)$(MODPROBE_FILE))) $(INSTALL) -D -m 644 modprobe.conf.sample $(DESTDIR)$(MODPROBE_FILE) endif -- cgit v1.2.3