jhead: add do_install
authorAndrew Wilcox <andy@protium.com>
Tue, 2 Jan 2007 15:11:44 +0000 (15:11 +0000)
committerAndrew Wilcox <andy@protium.com>
Tue, 2 Jan 2007 15:11:44 +0000 (15:11 +0000)
packages/jhead/jhead_2.6.0.bb

index d37dc0c..3779c1e 100644 (file)
@@ -11,3 +11,8 @@ inherit autotools
 do_configure() {
        :
 }
+
+do_install() {
+       install -d ${D}/bin
+       autotools_do_install
+}