aboutsummaryrefslogtreecommitdiff
path: root/rootfs/etc/profile
diff options
context:
space:
mode:
Diffstat (limited to 'rootfs/etc/profile')
-rw-r--r--rootfs/etc/profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/rootfs/etc/profile b/rootfs/etc/profile
index 431ef69..f457aee 100644
--- a/rootfs/etc/profile
+++ b/rootfs/etc/profile
@@ -1,5 +1,7 @@
# /etc/profile
umask 022
-export PATH="$PATH:/usr/bin"
export LD_LIBRARY_PATH="/lib"
+
+export PATH="$PATH:/usr/bin"
+export PATH="$PATH:/usr/lib/jvm/openjdk8/jre/bin"