summaryrefslogtreecommitdiff
path: root/packages/jhead/jhead_2.6.0.bb
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2007-01-02 15:11:44 +0000
committerAndrew Wilcox <andy@protium.com>2007-01-02 15:11:44 +0000
commit4e937fa1105ec52895fc671108626a6288cdea21 (patch)
tree282cd114dde8cfa376e0c0872be192534dc03281 /packages/jhead/jhead_2.6.0.bb
parentdaf0b3dea872627719c41f3b060b1a76b8b23f93 (diff)
jhead: add do_install
Diffstat (limited to 'packages/jhead/jhead_2.6.0.bb')
-rw-r--r--packages/jhead/jhead_2.6.0.bb5
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
+}