From 37be8f73669ddadf2259656f656af5f5c5bc39b9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 28 Jan 2018 18:25:52 +0100 Subject: added package descriptions for stage1 added stage1 build script shellchecked all scripts --- default.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'default.conf') diff --git a/default.conf b/default.conf index 8786157..bb0834f 100644 --- a/default.conf +++ b/default.conf @@ -20,3 +20,17 @@ STAGE1_CHROOT=$CROSS_HOME/$TARGET_CPU-root # the place where we build stage 1 STAGE1_BUILD=$CROSS_HOME/$TARGET_CPU-build + +# git repository for PKGBUILD diffs and patches for the +# i686 architecture +GIT_URL_ARCHLINUX32_PACKAGES=https://github.com/archlinux32/packages.git + +# the packages32 directory (where GIT_URL_ARCHLINUX32_PACKAGES is checked out) +ARCHLINUX32_PACKAGES=$CROSS_HOME/packages32 + +# uncomment to debug scripts +#set -x + +# some default variables, not to be changed +SCRIPT=$(sudo realpath -s "$0") +SCRIPT_DIR=$(dirname "$SCRIPT") -- cgit v1.2.3-54-g00ecf