From 35ddfca60dc81edaee34d8ba6c5ea89cad35a55b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 14 May 2020 12:18:09 +0200 Subject: Clean: viia has been moved; use lib/exe instead of exe as CLEANLIB --- clean/bin/install_clean | 2 +- system/.profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clean/bin/install_clean b/clean/bin/install_clean index ba69b27..847834e 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -27,7 +27,7 @@ done grep -h '^[[:space:]]' "$CLEAN_HOME"/etc/*.env >> "$CLEAN_HOME/etc/IDEEnvs" cat ~/.clean/iTasksDev.env >> "$CLEAN_HOME/etc/IDEEnvs" -tail -n +3 ~/projects/top/vm/config/IDEEnvs >> "$CLEAN_HOME/etc/IDEEnvs" +tail -n +3 ~/projects/viia/config/IDEEnvs >> "$CLEAN_HOME/etc/IDEEnvs" ln -s lib/exe "$CLEAN_HOME/exe" diff --git a/system/.profile b/system/.profile index 1560bc7..71cc55c 100644 --- a/system/.profile +++ b/system/.profile @@ -1,5 +1,5 @@ export CLEAN_HOME=/opt/clean -export CLEANLIB=$CLEAN_HOME/exe +export CLEANLIB=$CLEAN_HOME/lib/exe export PATH="/usr/local/texlive/2020/bin/x86_64-linux:$PATH" export PATH="/sbin:$PATH" -- cgit v1.2.3