summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-02 09:12:17 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-02 09:12:17 +0000
commitd05dcdd0b516e1200cd1b5e0be94a40099ae3020 (patch)
tree5407020c0fbe70093d9b1af25709dd05edda2df3 /Makefile
parentfa9fcb402c0899a6cfc400dda5917b86c0e56dcc (diff)
Install genconf_parameters on 'make install' as well
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6283 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ba4f5d2..172d184 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ endif
RCCONF_FILE = /etc/dahdi/init.conf
MODULES_FILE = /etc/dahdi/modules
+GENCONF_FILE = /etc/dahdi/genconf_parameters
MODPROBE_FILE = /etc/modprobe.d/dahdi
BLACKLIST_FILE = /etc/modprobe.d/dahdi.blacklist
@@ -276,6 +277,9 @@ endif
ifeq (,$(wildcard $(DESTDIR)$(MODULES_FILE)))
$(INSTALL) -D -m 644 modules.sample $(DESTDIR)$(MODULES_FILE)
endif
+ifeq (,$(wildcard $(DESTDIR)$(GENCONF_FILE)))
+ $(INSTALL) -D -m 644 xpp/genconf_parameters $(DESTDIR)$(GENCONF_FILE)
+endif
ifeq (,$(wildcard $(DESTDIR)$(MODPROBE_FILE)))
$(INSTALL) -D -m 644 modprobe.conf.sample $(DESTDIR)$(MODPROBE_FILE)
endif