diff options
-rw-r--r-- | man/ebuild.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ebuild.1 b/man/ebuild.1 index 613f667f5..d056b2582 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 |