diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-01-10 09:45:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-10 09:45:14 +0000 |
commit | 230e1cbcf09ae018a56c7389904d9bba8c6452ee (patch) | |
tree | fc884e3d397ae56206d51a4082639c97552a6372 /packages/startup-notification | |
parent | e825622c7f87f90cdcf759ccfeec5f357ae3793a (diff) |
replace oe_runmake install by autotools_stage_all in various packages
Diffstat (limited to 'packages/startup-notification')
-rw-r--r-- | packages/startup-notification/startup-notification_0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/startup-notification/startup-notification_0.8.bb b/packages/startup-notification/startup-notification_0.8.bb index 664d313355..e6f934ddeb 100644 --- a/packages/startup-notification/startup-notification_0.8.bb +++ b/packages/startup-notification/startup-notification_0.8.bb @@ -10,5 +10,5 @@ inherit autotools pkgconfig SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" do_stage () { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} + autotools_stage_all } |