From 3ad78d32a2bdfa3d95ed2a369b7528551653b254 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 30 Jan 2018 14:39:20 +0100 Subject: make sure to clean the package directory and remove stale packages when building --- default.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'default.conf') diff --git a/default.conf b/default.conf index 02d529b..7e7d626 100644 --- a/default.conf +++ b/default.conf @@ -30,6 +30,9 @@ STAGE1_CHROOT=$CROSS_HOME/$TARGET_CPU-root # the place where we build stage 1 STAGE1_BUILD=$CROSS_HOME/$TARGET_CPU-build +# where packages are stored for stage 1 +STAGE1_PACKAGES=$STAGE1_CHROOT/packages/$TARGET_CPU/ + # git repository for PKGBUILD diffs and patches for the # i686 architecture GIT_URL_ARCHLINUX32_PACKAGES=https://github.com/archlinux32/packages.git -- cgit v1.2.3-54-g00ecf