summaryrefslogtreecommitdiff
path: root/edb/edb-native_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'edb/edb-native_cvs.oe')
-rw-r--r--edb/edb-native_cvs.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/edb/edb-native_cvs.oe b/edb/edb-native_cvs.oe
index e5899d41b1..bf6dde0ca5 100644
--- a/edb/edb-native_cvs.oe
+++ b/edb/edb-native_cvs.oe
@@ -3,6 +3,7 @@ inherit native
DEPENDS = "zlib-native"
do_stage () {
- oe_libinstall -C src libedb ${libdir}/
- install -m 0755 tools/.libs/edb_ed ${bindir}/
+ install -m 0755 tools/.libs/edb_ed ${STAGING_BINDIR}
+ oe_libinstall -C src libedb ${STAGING_LIBDIR}/
+ install -m 0644 ${S}/src/Edb.h ${STAGING_INCDIR}/
}