diff options
Diffstat (limited to 'libgpevtype')
-rw-r--r-- | libgpevtype/libgpevtype_0.3.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe index 8df77520d5..f18f087fc8 100644 --- a/libgpevtype/libgpevtype_0.3.oe +++ b/libgpevtype/libgpevtype_0.3.oe @@ -19,3 +19,7 @@ do_stage () { install -m 0644 gpe/$h ${STAGING_INCDIR}/gpe/${h} done } + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} |