[zaptel-commits] tzafrir: branch 1.4 r2952 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Sat Aug 25 12:15:13 CDT 2007


Author: tzafrir
Date: Sat Aug 25 12:15:12 2007
New Revision: 2952

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2952
Log:
Do install the hdlc network interface script.

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2952&r1=2951&r2=2952
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sat Aug 25 12:15:12 2007
@@ -205,7 +205,7 @@
 RCCONF_DIR	:= $(firstword $(wildcard /etc/sysconfig /etc/default))
 
 NETSCR_DIR	:= $(firstword $(wildcard /etc/sysconfig/network-scripts ))
-ifneq (,$(NET_SCR_DIR))
+ifneq (,$(NETSCR_DIR))
   NETSCR_TARGET	:= $(DESTDIR)$(NETSCR_DIR)/ifup-hdlc
   COPY_NETSCR	:= install -D ifup-hdlc $(NETSCR_TARGET)
 endif




More information about the zaptel-commits mailing list