summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-06-17 22:09:22 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-06-17 22:09:22 +0000
commit82750add3d81c7e8b66fb314f4bd8d722015ed6c (patch)
tree558f5a85dd9d32057c30f7d212df5f980db83784 /Makefile
parentf04d4763e0539c62364abcb084e9cd6a4b7a8b82 (diff)
some more minor fixes... the equivalent of zaptel r4356 is now included here
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4383 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b01d25..23c47be 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ ifdef COPY_INITD
endif
ifdef RCCONF_DIR
ifeq (,$(wildcard $(DESTDIR)$(RCCONF_DIR)/dahdi))
- $(INSTALL) -D -m 644 dahdi.sysconfig $(DESTDIR)$(RCCONF_DIR)/dahdi
+ install -D -m 644 dahdi.sysconfig $(DESTDIR)$(RCCONF_DIR)/dahdi
endif
endif
ifdef COPY_NETSCR