[svn-commits] tzafrir: branch 1.2 r2290 - /branches/1.2/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Mar 7 12:14:31 MST 2007
Author: tzafrir
Date: Wed Mar 7 13:14:30 2007
New Revision: 2290
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2290
Log:
Don't die when there is no udev rules dir (on an installtion with
INSTALL_PREFIX explicitly set).
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2290&r1=2289&r2=2290
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Wed Mar 7 13:14:30 2007
@@ -330,6 +330,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 svn-commits
mailing list