commit:     5ff32d9c306ecdfdcc2b2f828a4f7938676bd564
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 19:47:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 04:31:57 2022 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=5ff32d9c

wrappers: Actually set PKGDIR to /var/cache/binpkgs

Probably a typo, so accidentally got changed to `cache/binpkgs` instead of
`/var/cache/binpkgs`

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
Closes: https://github.com/gentoo/crossdev/pull/5
Signed-off-by: Sam James <sam <AT> gentoo.org>

 wrappers/etc/portage/make.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wrappers/etc/portage/make.conf b/wrappers/etc/portage/make.conf
index 0571e8b..59bf61e 100644
--- a/wrappers/etc/portage/make.conf
+++ b/wrappers/etc/portage/make.conf
@@ -16,7 +16,7 @@ CXXFLAGS="${CFLAGS}"
 
 FEATURES="-collision-protect sandbox buildpkg noman noinfo nodoc"
 # Be sure we dont overwrite pkgs from another repo..
-PKGDIR=${ROOT}cache/binpkgs/
+PKGDIR=${ROOT}var/cache/binpkgs/
 PORTAGE_TMPDIR=${ROOT}tmp/
 
 PKG_CONFIG_PATH="${ROOT}usr/lib/pkgconfig/"

Reply via email to