From 027e98fd4298984d0817242a8e16ae7eb7813174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 24 Jun 2020 17:27:14 +0200 Subject: profile: add crosstool-ng configuration --- profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile b/profile index 28abc2a..cf0cce9 100644 --- a/profile +++ b/profile @@ -2,6 +2,10 @@ export PATH="$HOME/.local/bin:$PATH" export EDITOR=vim +# ct-ng configuration +export CT_PREFIX_DIR='~/.local/${CT_TARGET}' +export CT_LOCAL_TARBALLS_DIR="~/src/ct-ng" + # Rest of the profile run only if login is from linux console [[ "$(tty)" != /dev/tty* ]] && return -- cgit v1.2.3