diff options
author | Andrew Wilcox <andy@protium.com> | 2007-01-02 15:11:44 +0000 |
---|---|---|
committer | Andrew Wilcox <andy@protium.com> | 2007-01-02 15:11:44 +0000 |
commit | 4e937fa1105ec52895fc671108626a6288cdea21 (patch) | |
tree | 282cd114dde8cfa376e0c0872be192534dc03281 | |
parent | daf0b3dea872627719c41f3b060b1a76b8b23f93 (diff) |
jhead: add do_install
-rw-r--r-- | packages/jhead/jhead_2.6.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/jhead/jhead_2.6.0.bb b/packages/jhead/jhead_2.6.0.bb index d37dc0c733..3779c1ec34 100644 --- a/packages/jhead/jhead_2.6.0.bb +++ b/packages/jhead/jhead_2.6.0.bb @@ -11,3 +11,8 @@ inherit autotools do_configure() { : } + +do_install() { + install -d ${D}/bin + autotools_do_install +} |