Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173320 - Additonal step needed in code sample 2.11
Summary: Additonal step needed in code sample 2.11
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/gentoo-f...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-04 09:16 UTC by Kevin Fullerton
Modified: 2007-04-04 13:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Fullerton 2007-04-04 09:16:49 UTC
On a new install of Gentoo/FreeBSD following the install guide, an additional step is needed in sample 2.11 to rm -rf /etc/make.profile first - doing ln will not work otherwise as the directory already exists and isn't a link.

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-04 13:50:42 UTC
man ln
<snip>
 -f     Remove existing destination files.
</snip>

What kind of directory are you talking about? It's never been a directory anywhere, let alone on a *fresh* install.