summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-07 19:18:33 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-07 19:18:33 +0000
commitd52b29db41136c92e58a85dbefdf6d5f735c1894 (patch)
tree5d64bfdf0770a82e3d0f46a2ba7d9c86fcf5d5fa /Makefile
parentf9017cd286101a6dfb7d0a5840fe8bb5e1dec64c (diff)
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 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2291 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c0101d4..d8752d9 100644
--- a/Makefile
+++ b/Makefile
@@ -365,6 +365,7 @@ ifndef DYNFS
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"