diff options
Diffstat (limited to 'packages/horizon/horizon_cvs.bb')
-rw-r--r-- | packages/horizon/horizon_cvs.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/horizon/horizon_cvs.bb b/packages/horizon/horizon_cvs.bb index c6a33cbac7..bfa26b54a1 100644 --- a/packages/horizon/horizon_cvs.bb +++ b/packages/horizon/horizon_cvs.bb @@ -18,11 +18,11 @@ CFLAGS += " -I${STAGING_INCDIR} -I${STAGING_INCDIR}/SDL -I. -Isrc -L${STAGING_LI do_compile() { #yes, this is a hack to work around a faulty makefile - oe_runmake horizon -} + oe_runmake horizon +} do_install() { install -d ${D}${bindir} install -m 755 horizon ${D}${bindir} -} +} |