diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:15:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:15:52 -0600 |
commit | 20a6861d50eb8d8e46599902553f0552c01cc724 (patch) | |
tree | fef52618340d6f0784ab4e1c210f0551ef5134dc /FAQ | |
parent | a6cc1778728ff06f841222f4948fca5c9241da61 (diff) | |
download | k3b-20a6861d50eb8d8e46599902553f0552c01cc724.tar.gz k3b-20a6861d50eb8d8e46599902553f0552c01cc724.zip |
Rename kde-config to tde-config
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |