diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-06-24 17:27:14 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-06-24 17:27:14 +0200 |
commit | 027e98fd4298984d0817242a8e16ae7eb7813174 (patch) | |
tree | af9b1673012e951bb77707afab866d607916153c | |
parent | ae17459c630eb4f0dbcfa1158f777aeb5f298288 (diff) | |
download | myconfigs-027e98fd4298984d0817242a8e16ae7eb7813174.tar.gz myconfigs-027e98fd4298984d0817242a8e16ae7eb7813174.tar.bz2 myconfigs-027e98fd4298984d0817242a8e16ae7eb7813174.zip |
profile: add crosstool-ng configuration
-rw-r--r-- | profile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |