From 9aa6d7445a4650331fa820f971f9140c1d785aeb Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 10 May 2004 08:38:15 +0000 Subject: Fixup some more usage of the oe_libinstall script. BKrev: 409f3f772sSA3_XlhzxSt0billeAFw --- gpe-ownerinfo/gpe-ownerinfo_0.23.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpe-ownerinfo') diff --git a/gpe-ownerinfo/gpe-ownerinfo_0.23.oe b/gpe-ownerinfo/gpe-ownerinfo_0.23.oe index 714b431afb..cc7c3909b4 100644 --- a/gpe-ownerinfo/gpe-ownerinfo_0.23.oe +++ b/gpe-ownerinfo/gpe-ownerinfo_0.23.oe @@ -9,6 +9,6 @@ DEPENDS = "gtk+ libgpewidget" SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-ownerinfo-${PV}.tar.gz" do_stage () { - install -m 0644 libgpe-ownerinfo.a ${STAGING_LIBDIR}/ + oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR} install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/ } -- cgit 1.2.3-korg