From 023a5d359ad189b35b34a5f628bf838a9616d679 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 29 Dec 2008 05:41:23 +0100 Subject: build: fix "make distcheck"; require --exec-prefix="" --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'INSTALL') 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. -- cgit