summaryrefslogtreecommitdiffstats
path: root/build-howto.html
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commit6fca52ce0e2d62e19321297f7f5bea27308882c8 (patch)
treee149bb11f6538505cbf8d40c05cac08c861f06f3 /build-howto.html
parent44af2b7aa26c61f2f059acc7a9726319cacaabcf (diff)
downloadkdirstat-6fca52ce0e2d62e19321297f7f5bea27308882c8.tar.gz
kdirstat-6fca52ce0e2d62e19321297f7f5bea27308882c8.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdirstat@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'build-howto.html')
-rw-r--r--build-howto.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-howto.html b/build-howto.html
index ea247f4..2bce33b 100644
--- a/build-howto.html
+++ b/build-howto.html
@@ -117,14 +117,14 @@ Watch out for error messages and <b>fix them</b> before reporting
errors!
</p>
-<p>On SuSE Linux systems, KDE 3.x is installed to <em>/opt/kde3</em> which is a
+<p>On SuSE Linux systems, KDE 3.x is installed to <em>/opt/trinity</em> which is a
good idea if you want to keep some KDE 1.x/2.x programs around. So use that
-<em>/opt/kde3</em> prefix for KDirStat, too - otherwise it will be installed to
+<em>/opt/trinity</em> prefix for KDirStat, too - otherwise it will be installed to
<em>/opt/kde</em> and clutter up a working KDE 1.x/2.x environment.
<br>
<pre>
- ./configure --prefix=/opt/kde3
+ ./configure --prefix=/opt/trinity
</pre>
<p>