summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-05-25 22:34:13 +0000
committerZac Medico <zmedico@gentoo.org>2006-05-25 22:34:13 +0000
commitb87e9db6ed8fcc32a9c043f2a5581f2300daedb4 (patch)
tree306e7d950d4c72cb494083d35e3cdf61ecf64884 /man/ebuild.1
parentupdate the wget examples in make.conf (diff)
downloadportage-idfetch-b87e9db6ed8fcc32a9c043f2a5581f2300daedb4.tar.gz
portage-idfetch-b87e9db6ed8fcc32a9c043f2a5581f2300daedb4.tar.bz2
portage-idfetch-b87e9db6ed8fcc32a9c043f2a5581f2300daedb4.zip
Fix CATEGORY spelling for bug #134362.
svn path=/main/trunk/; revision=3414
Diffstat (limited to 'man/ebuild.1')
-rw-r--r--man/ebuild.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ebuild.1 b/man/ebuild.1
index 613f667f..d056b258 100644
--- a/man/ebuild.1
+++ b/man/ebuild.1
@@ -118,7 +118,7 @@ to the live filesystem. The process works as follows: first, the
\fIpkg_preinst()\fR function (if specified) is run. Then, the files
are merged into the live filesystem, and the installed files' md5
digests are recorded in
-\fI/var/db/pkg/${CATEOGRY}/${PN}\-[version\-rev]/CONTENTS\fR. After
+\fI/var/db/pkg/${CATEGORY}/${PN}\-${PVR}/CONTENTS\fR. After
all the files have been merged, the \fIpkg_postinst()\fR function
(if specified) is executed.
.TP