summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-02 20:11:30 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-09-02 20:11:30 -0700
commit546af9c005d50b3f0b03d11c53f855d8141a0ae4 (patch)
tree0a8a394e84dfdb47acb4c7976490c0b30acef9ff /README
parentfac1349090cfc6aa395d02abe661fdb0f6e76e81 (diff)
downloadofono-546af9c005d50b3f0b03d11c53f855d8141a0ae4.tar.bz2
Fix some minor issues with storage directory
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index faef78d4..3f345182 100644
--- a/README
+++ b/README
@@ -13,7 +13,8 @@ In order to compile telephony stack you need following software packages:
- D-Bus library
To configure run:
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ --sysconfdir=/etc --localstatedir=/var
Configure automatically searches for all required components and packages.