From d9011d7359ba67674411657033d12e7d741e4758 Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 28 Jan 2012 00:39:07 +0100 Subject: [PATCH] update config --- config/layout.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/layout.conf b/config/layout.conf index 4b10611..9aefb65 100644 --- a/config/layout.conf +++ b/config/layout.conf @@ -22,6 +22,9 @@ PACKAGESDIR="${STOREDIR}/packages" # synchronization with the mainline (usually Gentoo). PORTAGESDIR="${STOREDIR}/portages" +# This is the directory that contains a compressed tarball with produced Portage snapshot. +SNAPSHOTSDIR="${STORAGEDIR}/snapshots" + # This specifies the directory where EzBuild will put its temporary files and caches. TEMPDIR="${STOREDIR}/temp"