[zaptel-commits] tzafrir: branch 1.2 r2904 - /branches/1.2/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Sat Aug 18 16:13:19 CDT 2007


Author: tzafrir
Date: Sat Aug 18 16:13:19 2007
New Revision: 2904

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2904
Log:
Zaptel 1.2 doesn't use autoconf just yet :-(

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2904&r1=2903&r2=2904
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Sat Aug 18 16:13:19 2007
@@ -500,7 +500,7 @@
 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))




More information about the zaptel-commits mailing list