Git commit d8d16059d14ddf3329810abeffd41822dd9a6ad5 by Nate Graham, on behalf of Andrew Shark. Committed on 27/11/2023 at 15:31. Pushed by ashark into branch 'docbook_historied_per_file'.
Fix kdedir default path typo This was intended to be ~/kde/usr. Original commit: 30086010 https://invent.kde.org/sdk/kdesrc-build/-/commit/30086010b7b66f59b8e002617012202882b4b5d3 M +2 -2 doc/appendix-profile/old-profile-setup.docbook M +1 -1 doc/getting-started/configure-data.docbook M +1 -1 doc/kdesrc-buildrc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/d8d16059d14ddf3329810abeffd41822dd9a6ad5 diff --git a/doc/appendix-profile/old-profile-setup.docbook b/doc/appendix-profile/old-profile-setup.docbook index 94d27624..59de9fd5 100644 --- a/doc/appendix-profile/old-profile-setup.docbook +++ b/doc/appendix-profile/old-profile-setup.docbook @@ -26,7 +26,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 @@ -45,7 +45,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 diff --git a/doc/getting-started/configure-data.docbook b/doc/getting-started/configure-data.docbook index 6b2e3371..59021d25 100644 --- a/doc/getting-started/configure-data.docbook +++ b/doc/getting-started/configure-data.docbook @@ -30,7 +30,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 diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook index b6488654..df4ff911 100644 --- a/doc/kdesrc-buildrc/conf-options-table.docbook +++ b/doc/kdesrc-buildrc/conf-options-table.docbook @@ -766,7 +766,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>
