From af28ed5d71d940d7db7257177a176a202409ede1 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Mon, 27 Aug 2007 07:06:51 +0000 Subject: Enact the init.d script when not installing to a DESTDIR. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2960 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b7e1ea..234770f 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ UTILSO = $(UTILS:%=%.o) CHKCONFIG := $(wildcard /sbin/chkconfig) UPDATE_RCD := $(wildcard /usr/sbin/update-rc.d) -ifneq (,$(DESTDIR)) +ifeq (,$(DESTDIR)) ifneq (,$(CHKCONFIG)) ADD_INITD := $(CHKCONFIG) --add zaptel else -- cgit v1.2.3