summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-07 19:36:02 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-07 19:36:02 +0000
commita692d31210e7c4a9477846dee9e7c5043b6ad110 (patch)
tree447099235e3fadf889f35e322d6cf3de38d973f2 /Makefile
parente33deb5c13b317006a6e953b037729914a10cbd5 (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/branches/1.4@2292 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 4ceee58..f6057e0 100644
--- a/Makefile
+++ b/Makefile
@@ -444,6 +444,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"