From 7b9246d6d19de05db6567ef74604130ee97c0f47 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 10 Oct 2008 18:42:31 +0000 Subject: Fix 'make config' for non-debian and non-chkconfig systems. From DAHDI tools rev 5082. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4562 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf5b8eb..6108acb 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ ifeq (,$(DESTDIR)) ifneq (,$(CHKCONFIG)) ADD_INITD := $(CHKCONFIG) --add zaptel else - ifndef (,$(UPDATE_RCD)) + ifneq (,$(UPDATE_RCD)) ADD_INITD := $(UPDATE_RCD) zaptel defaults 15 30 endif endif -- cgit v1.2.3