From 6890262d35f1f3ee910d1ed5ab3934d5977850d7 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sat, 18 Aug 2007 21:13:19 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.3