summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-12-29 05:41:23 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-12-29 05:41:23 +0100
commit023a5d359ad189b35b34a5f628bf838a9616d679 (patch)
tree1b08a40b9a5900c42d4a92b0c5014e7096245536 /INSTALL
parent52ce8c5ae9a9fbb605ede1f9d413caacd0f2251d (diff)
build: fix "make distcheck"; require --exec-prefix=""
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29..7c84f4f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,9 @@
+Usual options for udev installed in the root filesystem are:
+ ./configure
+ --exec-prefix=""
+
+The defined location for scripts and binaries which are called
+from rules is /lib/udev/ on all systems and architectures. Any
+other location will break other packages, who rightfully expect
+the /lib/udev/ directory, to install their rule helper and udev
+rule files.