diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:22:04 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:22:04 +0100 |
commit | a9ef380662da3efa382017ff8423f1a894b31bfd (patch) | |
tree | 26c160523c050945502408148faae6508712033b /rootfs/etc/profile | |
parent | ae327cc50fd9d3e59e9f60088243adfc69cb312e (diff) |
dynamic linking application starts
Diffstat (limited to 'rootfs/etc/profile')
-rw-r--r-- | rootfs/etc/profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootfs/etc/profile b/rootfs/etc/profile index 557b21a..8e38c52 100644 --- a/rootfs/etc/profile +++ b/rootfs/etc/profile @@ -1,5 +1,6 @@ # /etc/profile umask 022 -export PATH="$PATH:/usr/bin" cd "$HOME" +export PATH="$PATH:/usr/bin" +export LD_LIBRARY_PATH="/lib" |