aboutsummaryrefslogtreecommitdiffstats
path: root/target/device/Sharp/LNode80/target_skeleton/root/.bash_profile
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-19 13:51:23 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-19 13:51:23 +0000
commit5d46a9bb79cb1430bbb96311ed94dae0a22f30ac (patch)
tree64da6e1a5d78407e3c80de9fa66bd5b3bac75cf6 /target/device/Sharp/LNode80/target_skeleton/root/.bash_profile
parent64c3f9b0e87be53a0d5dea71f2565234814b1b0f (diff)
downloadbuildroot-novena-5d46a9bb79cb1430bbb96311ed94dae0a22f30ac.tar.gz
buildroot-novena-5d46a9bb79cb1430bbb96311ed94dae0a22f30ac.zip
add Sharp LH79520 based LNode80 target
Diffstat (limited to 'target/device/Sharp/LNode80/target_skeleton/root/.bash_profile')
-rw-r--r--target/device/Sharp/LNode80/target_skeleton/root/.bash_profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/device/Sharp/LNode80/target_skeleton/root/.bash_profile b/target/device/Sharp/LNode80/target_skeleton/root/.bash_profile
new file mode 100644
index 000000000..27bf14953
--- /dev/null
+++ b/target/device/Sharp/LNode80/target_skeleton/root/.bash_profile
@@ -0,0 +1,15 @@
+# .bash_profile
+
+export PATH=\
+/bin:\
+/sbin:\
+/usr/bin:\
+/usr/sbin:\
+/usr/bin/X11:\
+/usr/local/bin
+
+umask 022
+
+if [ -f ~/.bashrc ]; then
+ source ~/.bashrc
+fi