From: Stephen Rothwell Date: Thu, 14 Jul 2022 07:10:17 +0000 (+1000) Subject: common.sh: make the default build dir user agnostic X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=4da132112a3e23d5f72a969f699a322cf5e3da5d;p=next-scripts common.sh: make the default build dir user agnostic --- diff --git a/common.sh b/common.sh index 8e9f484..53bcaa9 100644 --- a/common.sh +++ b/common.sh @@ -14,7 +14,7 @@ SHA1_FILE="$top_dir/SHA1s" CTRL_FILE="$top_dir/etc/control" build_host="ash" -build_dir="/home/sfr/next/next" +build_dir="$HOME/next/next" gcc_version="4.9.0" j_factor=$(nproc) gpg_key=89F91C0A41D5C07A