summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-07 19:14:30 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-07 19:14:30 +0000
commit5548cbd112a85b443ec11f856aa3afc23a077a37 (patch)
tree89abf4ecf8bb7adc6bf929f07b9b84671fb80df9 /Makefile
parent5e5f0cdcc011a9926dc139c296849918af0b2742 (diff)
Don't die when there is no udev rules dir (on an installtion with
INSTALL_PREFIX explicitly set). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2290 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 4e35500..ff93bfc 100644
--- a/Makefile
+++ b/Makefile
@@ -330,6 +330,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"