summaryrefslogtreecommitdiff
path: root/packages/xaw
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-01-10 09:45:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-10 09:45:14 +0000
commit230e1cbcf09ae018a56c7389904d9bba8c6452ee (patch)
treefc884e3d397ae56206d51a4082639c97552a6372 /packages/xaw
parente825622c7f87f90cdcf759ccfeec5f357ae3793a (diff)
replace oe_runmake install by autotools_stage_all in various packages
Diffstat (limited to 'packages/xaw')
-rw-r--r--packages/xaw/xaw_7.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xaw/xaw_7.0.2.bb b/packages/xaw/xaw_7.0.2.bb
index 3515e0fac6..d75cefbdbb 100644
--- a/packages/xaw/xaw_7.0.2.bb
+++ b/packages/xaw/xaw_7.0.2.bb
@@ -16,5 +16,5 @@ inherit autotools pkgconfig
BROKEN = "1"
do_stage () {
- oe_runmake install DESTDIR="" mandir=${STAGING_DATADIR}/man bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+ autotools_stage_all
}