[zaptel-commits] tzafrir: branch 1.4 r2961 - in /branches/1.4: ./ Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Mon Aug 27 02:15:11 CDT 2007
Author: tzafrir
Date: Mon Aug 27 02:15:08 2007
New Revision: 2961
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2961
Log:
Enact the init.d script when not installing to a DESTDIR.
Merged revisions 2960 via svnmerge from
http://svn.digium.com/svn/zaptel/branches/1.2
Modified:
branches/1.4/ (props changed)
branches/1.4/Makefile
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2961&r1=2960&r2=2961
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Mon Aug 27 02:15:08 2007
@@ -188,7 +188,7 @@
CHKCONFIG := $(wildcard /sbin/chkconfig)
UPDATE_RCD := $(wildcard /usr/sbin/update-rc.d)
-ifneq (,$(DESTDIR))
+ifeq (,$(DESTDIR))
ifneq (,$(CHKCONFIG))
ADD_INITD := $(CHKCONFIG) --add zaptel
else
More information about the zaptel-commits
mailing list