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 --- fget/fget_1.2.9.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fget') diff --git a/fget/fget_1.2.9.oe b/fget/fget_1.2.9.oe index 4b154aa3a6..826f4f3088 100644 --- a/fget/fget_1.2.9.oe +++ b/fget/fget_1.2.9.oe @@ -16,7 +16,7 @@ do_configure() { } do_stage() { - install -m 0755 lib/libfget.a ${STAGING_LIBDIR}/ + oe_libinstall -a -C lib libfget ${STAGING_LIBDIR} install -m 0755 lib/libfget.h ${STAGING_INCDIR}/ } -- cgit v1.2.3