From f97a67d27454077d147a762589c1a0cf9c5d7941 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 27 Dec 2022 01:22:46 +0000 Subject: [PATCH] Change directory locations. --- portage/make.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index 6b3d05b..1e7d42b 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -11,9 +11,9 @@ CHOST="x86_64-gentoo-linux-musl" ## Directories. -PORTDIR="/var/db/repos/gentoo" -DISTDIR="/var/cache/distfiles" -PKGDIR="/var/cache/binpkgs" +PORTDIR="/var/db/repos/gentoo/" +DISTDIR="/var/cache/distfile/" +PKGDIR="/var/cache/bin/" ## Language. LC_MESSAGES=C