diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-21 11:34:22 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-21 11:34:22 +0000 |
commit | ce97432da525dc768788133a16772818bcf8e453 (patch) | |
tree | 2ecdbc04396a0151af97cedfe231fd5b27525b0c | |
parent | 3b3989442075d0a4c6c32cb187de17d87bf65fbd (diff) |
fix build for other machines
BKrev: 415011beJthXNViDpJE6VNcQTS7NwA
-rw-r--r-- | base-files/base-files/etc/profile | 27 | ||||
-rw-r--r-- | base-files/base-files/profile | 0 |
2 files changed, 0 insertions, 27 deletions
diff --git a/base-files/base-files/etc/profile b/base-files/base-files/etc/profile deleted file mode 100644 index 50433a4682..0000000000 --- a/base-files/base-files/etc/profile +++ /dev/null @@ -1,27 +0,0 @@ -# /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) -# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). - -OPIEDIR=/opt/QtPalmtop -QPEDIR=/opt/QtPalmtop -QTDIR=/opt/QtPalmtop -PATH="/opt/QtPalmtop/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games" - -if [ "`id -u`" -eq 0 ]; then - PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin: -fi -if [ "$PS1" ]; then -# works for bash and ash (no other shells known to be in use here) - PS1='\u@\h:\w\$ ' -fi - -if [ -d /etc/profile.d ]; then - for i in `ls /etc/profile.d/`; do - . /etc/profile.d/$i - done - unset i -fi - -export PATH PS1 OPIEDIR QPEDIR QTDIR - -umask 022 - diff --git a/base-files/base-files/profile b/base-files/base-files/profile new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/base-files/base-files/profile |