diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 10:49:47 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 10:49:47 +0000 |
commit | 35dd9d7c3e2b831a52ffcd55bf9f0ac8ff6d289a (patch) | |
tree | 50a30b50062e5e411e6b31adf75857ea1be33b2f /meta/packages/console-tools | |
parent | 7d62803ca2ecafc874959e851097fa3c67bbbd20 (diff) | |
download | openembedded-core-35dd9d7c3e2b831a52ffcd55bf9f0ac8ff6d289a.tar.gz openembedded-core-35dd9d7c3e2b831a52ffcd55bf9f0ac8ff6d289a.tar.bz2 openembedded-core-35dd9d7c3e2b831a52ffcd55bf9f0ac8ff6d289a.zip |
console-tools: remove whitespace
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2914 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/console-tools')
-rw-r--r-- | meta/packages/console-tools/console-tools_0.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/console-tools/console-tools_0.3.2.bb b/meta/packages/console-tools/console-tools_0.3.2.bb index 01c2e42a31..cd8021d9ef 100644 --- a/meta/packages/console-tools/console-tools_0.3.2.bb +++ b/meta/packages/console-tools/console-tools_0.3.2.bb @@ -25,7 +25,7 @@ do_compile () { oe_runmake 'SUBDIRS=${SUBDIRS}' } -inherit autotools +inherit autotools do_install () { autotools_do_install |