From 90e5c281bc08859131f6680fdc3271e3cafc300a Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 22 Mar 2023 23:08:13 +0100 Subject: update --- .profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index ff554d1..809ee2a 100644 --- a/.profile +++ b/.profile @@ -2,7 +2,10 @@ PATH=~/bin:~/mu/bin:/usr/local/sbin:/usr/sbin:/sbin:~/.cargo/bin:$PATH:~/go/bin -export LD_LIBRARY_PATH=~/mu/lib64:~/mu/lib +# Setting LD_LIBRARY_PATH should be not necessary if rpath is well set. +# export LD_LIBRARY_PATH=~/mu/lib64:~/mu/lib + +export MUSRC=$HOME/build [ "${SHELL##*/}" = bash ] && . ~/.bashrc -- cgit v1.2.3