summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-21 20:18:09 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-21 20:18:09 +0000
commitf5a214f76f2d93702b5bc3b0b168389d8f8b34f2 (patch)
tree71dcdb11c6b15cc2849fa46abe15d6492d080a63 /README
parentacea732b00a0f48d1e4414b303f6b2c49e71cbbe (diff)
Set the storage directory through ${localstatedir}
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 9a0dcbf2..98ad8551 100644
--- a/README
+++ b/README
@@ -17,7 +17,8 @@ In order to compile Bluetooth utilities you need following software packages:
- YACC (yacc, bison, byacc)
To configure run:
- ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ --sysconfdir=/etc --localstatedir=/var
Configure automatically searches for all required components and packages.