From 230e1cbcf09ae018a56c7389904d9bba8c6452ee Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 10 Jan 2006 09:45:14 +0000 Subject: replace oe_runmake install by autotools_stage_all in various packages --- packages/startup-notification/startup-notification_0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/startup-notification') 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 } -- cgit 1.2.3-korg