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

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Wed Mar 7 12:36:02 MST 2007


Author: tzafrir
Date: Wed Mar  7 13:36:02 2007
New Revision: 2292

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2292
Log:
Don't die when there is no udev rules dir (on an installtion with 
INSTALL_PREFIX explicitly set).

r2290 | tzafrir | 2007-03-07 21:14:30 +0200 (Wed, 07 Mar 2007) | 3 lines

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2292&r1=2291&r2=2292
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Wed Mar  7 13:36:02 2007
@@ -444,6 +444,7 @@
 	done
 else # DYNFS
   ifdef UDEVRULES
+	install -d $(INSTALL_PREFIX)/etc/udev/rules.d
 	build_tools/genudevrules > $(INSTALL_PREFIX)/etc/udev/rules.d/zaptel.rules
   else # !UDEVRULES
 	@echo "**** Dynamic filesystem detected -- not creating device nodes"



More information about the zaptel-commits mailing list