[sdk/kdesrc-build] doc: Fix kdedir default path typo
Nate Graham
null at kde.org
Mon Nov 27 15:40:45 GMT 2023
Git commit 30086010b7b66f59b8e002617012202882b4b5d3 by Nate Graham, on behalf of Andrew Shark.
Committed on 27/11/2023 at 16:31.
Pushed by ngraham into branch 'master'.
Fix kdedir default path typo
This was intended to be ~/kde/usr.
M +4 -4 doc/index.docbook
https://invent.kde.org/sdk/kdesrc-build/-/commit/30086010b7b66f59b8e002617012202882b4b5d3
diff --git a/doc/index.docbook b/doc/index.docbook
index fafb08a1..6c4312ff 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -461,7 +461,7 @@ The default settings should be appropriate to perform a
<itemizedlist>
<listitem><para><link linkend="conf-kdedir">kdedir</link>, which changes the
destination directory that your &kde; software is installed to. This defaults to
-<filename class="directory">~/kde/src</filename>, which is a single-user
+<filename class="directory">~/kde/usr</filename>, which is a single-user
installation.</para></listitem>
<listitem><para><link linkend="conf-branch-group">branch-group</link>, which can
@@ -2505,7 +2505,7 @@ flag.
<entry>kdedir</entry>
<entry>Module setting overrides global</entry>
<entry>This option sets the directory that &kde; will be installed to after it
-is built. It defaults to <filename class="directory">~/kde/src</filename>. If you
+is built. It defaults to <filename class="directory">~/kde/usr</filename>. If you
change this to a directory needing root access, you may want to read about the
<link linkend="conf-make-install-prefix">make-install-prefix</link> option as
well.</entry>
@@ -4769,7 +4769,7 @@ If you are building the qt module (you are by default), add instead:
<programlisting>
QTDIR=(path to qtdir) # Such as ~/kdesrc/build/qt by default.
-KDEDIR=(path to kdedir) # Such as ~/kde/src by default.
+KDEDIR=(path to kdedir) # Such as ~/kde/usr by default.
KDEDIRS=$KDEDIR
PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
@@ -4788,7 +4788,7 @@ or, if you are not building qt (and are using your system &Qt; instead), add
this instead:
<programlisting>
-KDEDIR=(path to kdedir) # Such as ~/kde/src by default.
+KDEDIR=(path to kdedir) # Such as ~/kde/usr by default.
KDEDIRS=$KDEDIR
PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
More information about the kde-doc-english
mailing list