diff options
-rw-r--r-- | wrappers/etc/portage/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |