diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-13 13:49:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-13 13:49:56 +0000 |
commit | 25ad0d62f4c988ea06500fda62537c1fb9c742af (patch) | |
tree | 01d403467d0329e4cbe28d8ece2dbeddca4bc48b /libgpevtype | |
parent | d7a5a88a655bd4d0dbe6349cd2b51fbfcc6c14d2 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/03/13 14:49:50+01:00 uni-frankfurt.de!mickey
fix packaging of GPE packages. Patch courtesy Philip Blundell
BKrev: 4053118453X6uxRoA8Q1hwuOgxOoLw
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 +} |