[zaptel-commits] qwell: branch 1.4 r2934 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Wed Aug 22 10:04:11 CDT 2007


Author: qwell
Date: Wed Aug 22 10:04:10 2007
New Revision: 2934

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2934
Log:
Reverse logic which checks for existing zaptel.conf

Issue 10527, reported by arcivanov.

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2934&r1=2933&r2=2934
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Wed Aug 22 10:04:10 2007
@@ -454,7 +454,7 @@
 	install  $(BINS) $(DESTDIR)$(BIN_DIR)/
 	install -d $(DESTDIR)$(MAN_DIR)
 	install -m 644 $(MAN_PAGES) $(DESTDIR)$(MAN_DIR)/
-ifneq (,$(wildcard $(DESTDIR)$(CONFIG_FILE)))
+ifeq (,$(wildcard $(DESTDIR)$(CONFIG_FILE)))
 	$(INSTALL) -D -m 644 zaptel.conf.sample $(DESTDIR)$(CONFIG_FILE)
 endif
 




More information about the zaptel-commits mailing list