diff options
author | Sam James <sam@gentoo.org> | 2024-05-03 06:53:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-03 06:53:02 +0100 |
commit | 718cae1a831c0923653c4a44d7d8ad9583e2e2a4 (patch) | |
tree | 3e696d55eef54f6e47e27ab78520d8d44a10a4cc | |
parent | man: document eclean-dist's --skip-vcs (diff) | |
download | gentoolkit-718cae1a831c0923653c4a44d7d8ad9583e2e2a4.tar.gz gentoolkit-718cae1a831c0923653c4a44d7d8ad9583e2e2a4.tar.bz2 gentoolkit-718cae1a831c0923653c4a44d7d8ad9583e2e2a4.zip |
man: update default PKGDIR location to /var/cache/binpkgs
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | man/eclean.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/eclean.1 b/man/eclean.1 index dc09f62..53ba8a7 100644 --- a/man/eclean.1 +++ b/man/eclean.1 @@ -89,7 +89,7 @@ This action should be useful to almost any Gentoo user, we all have to big DISTD command\-line. .TP \fBpackages\fR -Clean files from /usr/portage/packages (or whatever else is your PKGDIR in make.conf). +Clean files from /var/cache/binpkgs (or whatever else is your PKGDIR in make.conf). This action is in particular useful for people who use the "buildpkg" or "buildsyspkg" FEATURES flags. .br |