From 9aa6d7445a4650331fa820f971f9140c1d785aeb Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Mon, 10 May 2004 08:38:15 +0000
Subject: Fixup some more usage of the oe_libinstall script.

BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
---
 flex/flex_2.5.31.oe | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'flex')

diff --git a/flex/flex_2.5.31.oe b/flex/flex_2.5.31.oe
index 6a43597056..335bf91d59 100644
--- a/flex/flex_2.5.31.oe
+++ b/flex/flex_2.5.31.oe
@@ -8,6 +8,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lex/flex-${PV}.tar.bz2 \
 inherit autotools
 
 do_stage () {
-	install -m 0644 libfl.a ${STAGING_LIBDIR}/
+	oe_libinstall -a libfl ${STAGING_LIBDIR}
 	install -m 0644 FlexLexer.h ${STAGING_INCDIR}/
 }
-- 
cgit v1.2.3