[svn-commits] tzafrir: tools/trunk r6283 - /tools/trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 2 04:12:20 CDT 2009


Author: tzafrir
Date: Thu Apr  2 04:12:17 2009
New Revision: 6283

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6283
Log:
Install genconf_parameters on 'make install' as well

Modified:
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/Makefile?view=diff&rev=6283&r1=6282&r2=6283
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Thu Apr  2 04:12:17 2009
@@ -69,6 +69,7 @@
 
 RCCONF_FILE	= /etc/dahdi/init.conf
 MODULES_FILE	= /etc/dahdi/modules
+GENCONF_FILE	= /etc/dahdi/genconf_parameters
 MODPROBE_FILE	= /etc/modprobe.d/dahdi
 BLACKLIST_FILE	= /etc/modprobe.d/dahdi.blacklist
 
@@ -276,6 +277,9 @@
 ifeq (,$(wildcard $(DESTDIR)$(MODULES_FILE)))
 	$(INSTALL) -D -m 644 modules.sample $(DESTDIR)$(MODULES_FILE)
 endif
+ifeq (,$(wildcard $(DESTDIR)$(GENCONF_FILE)))
+	$(INSTALL) -D -m 644 xpp/genconf_parameters $(DESTDIR)$(GENCONF_FILE)
+endif
 ifeq (,$(wildcard $(DESTDIR)$(MODPROBE_FILE)))
 	$(INSTALL) -D -m 644 modprobe.conf.sample $(DESTDIR)$(MODPROBE_FILE)
 endif




More information about the svn-commits mailing list