diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-30 07:21:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-30 07:21:56 +0000 |
commit | 8b6a957f2805e8337a611cc97a2eaf42959aad37 (patch) | |
tree | 2fa520277fb074917a5b2f06c9d1ce0c2561da0d /doc/howitworks.docbook | |
parent | Add a chapter on the reasons why a standalone package was chosen instead of o... (diff) | |
download | autoepatch-8b6a957f2805e8337a611cc97a2eaf42959aad37.tar.gz autoepatch-8b6a957f2805e8337a611cc97a2eaf42959aad37.tar.bz2 autoepatch-8b6a957f2805e8337a611cc97a2eaf42959aad37.zip |
Add chapter about alternate prefix.
svn path=/trunk/; revision=25
Diffstat (limited to 'doc/howitworks.docbook')
-rw-r--r-- | doc/howitworks.docbook | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/howitworks.docbook b/doc/howitworks.docbook index 773423e..cc1477a 100644 --- a/doc/howitworks.docbook +++ b/doc/howitworks.docbook @@ -78,6 +78,17 @@ in the next sections and chapters. <title>Alternative prefixes support</title> <para> +Although Portage, at the time of writing, it's limited to work as a +primary package manager and does not support officially a way to +install packages on an alternate prefix (like /usr/local or something +else), autoepatch is designed to support being installed in an +arbitrary prefix from day one. +</para> + +<para> +To install autoepatch on a different prefix, you should just replace +the string <emphasis>@PREFIX@</emphasis> with the prefix the package +is installed in the file autoepatch.sh. </para> </sect1> |