diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-08-19 21:35:10 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-08-19 21:35:10 +0000 |
| commit | 04066bd057c80b72c4472b05e537fa8522f750aa (patch) | |
| tree | 657362a751e6a453317114adac999521b6b386d5 | |
| parent | 513bf3ac50f57b0d481e3a14d870e38318d1e147 (diff) | |
| download | poky-04066bd057c80b72c4472b05e537fa8522f750aa.tar.gz | |
base-files: Remove fork from profile, no need to use ls here
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5082 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/base-files/base-files/profile | 2 | ||||
| -rw-r--r-- | meta/packages/base-files/base-files_3.0.14.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/base-files/base-files/profile b/meta/packages/base-files/base-files/profile index edfcab3064..00ec7bc47d 100644 --- a/meta/packages/base-files/base-files/profile +++ b/meta/packages/base-files/base-files/profile | |||
| @@ -20,7 +20,7 @@ if [ "$PS1" ]; then | |||
| 20 | fi | 20 | fi |
| 21 | 21 | ||
| 22 | if [ -d /etc/profile.d ]; then | 22 | if [ -d /etc/profile.d ]; then |
| 23 | for i in `ls /etc/profile.d/`; do | 23 | for i in /etc/profile.d/* ; do |
| 24 | . /etc/profile.d/$i | 24 | . /etc/profile.d/$i |
| 25 | done | 25 | done |
| 26 | unset i | 26 | unset i |
diff --git a/meta/packages/base-files/base-files_3.0.14.bb b/meta/packages/base-files/base-files_3.0.14.bb index 74447454f4..aa61a1d39a 100644 --- a/meta/packages/base-files/base-files_3.0.14.bb +++ b/meta/packages/base-files/base-files_3.0.14.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "Miscellaneous files for the base system." | 1 | DESCRIPTION = "Miscellaneous files for the base system." |
| 2 | SECTION = "base" | 2 | SECTION = "base" |
| 3 | PRIORITY = "required" | 3 | PRIORITY = "required" |
| 4 | PR = "r62" | 4 | PR = "r63" |
| 5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
| 6 | 6 | ||
| 7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
