summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-18 21:13:19 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-18 21:13:19 +0000
commit6890262d35f1f3ee910d1ed5ab3934d5977850d7 (patch)
treed740c5eed3ec1f7ff5da7163bebbfae2e5f71529 /Makefile
parent33fafe4b3fb93254ad164e877e94c0f0b19bee4c (diff)
Zaptel 1.2 doesn't use autoconf just yet :-(
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2904 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ba9193..de87bec 100644
--- a/Makefile
+++ b/Makefile
@@ -500,7 +500,7 @@ ifneq (,$(COPY_INITD))
endif
ifneq (,$(RCCONF_DIR))
ifeq (,$(wildcard $(DESTDIR)$(RCCONF_DIR)/zaptel))
- $(INSTALL) -D -m 644 zaptel.sysconfig $(DESTDIR)$(RCCONF_DIR)/zaptel
+ install -D -m 644 zaptel.sysconfig $(DESTDIR)$(RCCONF_DIR)/zaptel
endif
endif
ifneq (,$(COPY_NETSCR))