summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 3b8395b..3f6dee6 100644
--- a/FAQ
+++ b/FAQ
@@ -20,7 +20,7 @@ A: Most likely you installed K3b in the wrong directory. All KDE programs are in
KDE dirtree (SuSE: /opt/trinity, RedHat: /usr). If you compile K3b from source it defaults
to either $TDEDIR or /usr/local. To install in the correct directory you need to specify the prefix
to configure like this:
- ./configure --prefix=`kde-config --prefix`
+ ./configure --prefix=`tde-config --prefix`
That will install K3b relative to the correct path.