diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:53:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:53:16 -0600 |
commit | 4af30b90f89cf73010bcdd30c046dac2c76a9336 (patch) | |
tree | d81daabbed1ae982d1a6a200d3b9ea5a9ba3179c /doc/en/index.docbook | |
parent | 136e96a8def11dfe611b2ec8884bb5bb99a40e07 (diff) | |
download | smb4k-4af30b90f89cf73010bcdd30c046dac2c76a9336.tar.gz smb4k-4af30b90f89cf73010bcdd30c046dac2c76a9336.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r-- | doc/en/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index abda431..4d5cbd9 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -4943,9 +4943,9 @@ in the meantime.</para> <para><emphasis role="bold">Solution:</emphasis> There are two things you should check:</para> <itemizedlist> <listitem><para>Maybe the &kde; header files are not installed. If this is the case, install them and run the configure script again.</para></listitem> -<listitem><para>The <envar>KDEDIR</envar> environment variable might not be set properly or at all. Make sure you export it in your shell's configuration file.</para> +<listitem><para>The <envar>TDEDIR</envar> environment variable might not be set properly or at all. Make sure you export it in your shell's configuration file.</para> <para>If you are using the bash, check for the following line in your <filename>~/.bashrc</filename> file</para> -<screen>export KDEDIR=PREFIX</screen> +<screen>export TDEDIR=PREFIX</screen> <para>and add it, if it is not present. Replace PREFIX with the prefix of your &kde; installation. Run</para> <screen><prompt>$</prompt> <userinput><command>source</command> ~/.bashrc</userinput></screen> <para>from the shell. Now, you're set for a new configuration attempt.</para></listitem> |