Opened 15 years ago
Closed 15 years ago
#4060 closed bug (fixed)
userguide: minor path correction
Reported by: | Adek336 | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The following fixes a minor path correction
trunk/haiku/build/jam -> haiku/trunk/build/jam
Index: docs/userguide/en/installation/install-source-linux.html =================================================================== --- docs/userguide/en/installation/install-source-linux.html (wersja 31397) +++ docs/userguide/en/installation/install-source-linux.html (kopia robocza) @@ -87,7 +87,7 @@ <p>Now you could already start to build RAW or VMWare images. Before we come to that, however, let's have a look at the <span class="cli">UserBuildConfig</span> that can be used to customize and automate some things.</p> -<p>In <span class="path">trunk/haiku/build/jam/</span> there's a <span class="cli">UserBuildConfig.ReadMe</span> that explains various options. <b>Don't</b> simply rename it and use it as <span class="cli">UserBuildConfig</span>!</p> +<p>In <span class="path">haiku/trunk/build/jam/</span> there's a <span class="cli">UserBuildConfig.ReadMe</span> that explains various options. <b>Don't</b> simply rename it and use it as <span class="cli">UserBuildConfig</span>!</p> <p>You start by duplicating the <span class="cli">UserBuildConfig.sample</span> and removing the <span class="cli">.sample</span> suffix to get your <span class="cli">UserBuildConfig</span>. From the <span class="cli">.ReadMe</span> you can copy interesting parts into your config and customize them there.</p> <ol>
Note:
See TracTickets
for help on using tickets.
Applied with hrev31428. Thanks!