summaryrefslogtreecommitdiff
path: root/packages/jhead/jhead_2.6.0.bb
diff options
context:
space:
mode:
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
+}