diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ To build it you type: make install If you want to put the files in the "normal" places, type: - ./configure --exec_prefix=/usr --prefix= + ./configure --exec_prefix=/usr --sysconfdir=/etc --localstatedir=/var make make install |