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 --- libtomcrypt/libtomcrypt_0.93.oe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libtomcrypt') diff --git a/libtomcrypt/libtomcrypt_0.93.oe b/libtomcrypt/libtomcrypt_0.93.oe index abc9b17f03..db0580bfee 100644 --- a/libtomcrypt/libtomcrypt_0.93.oe +++ b/libtomcrypt/libtomcrypt_0.93.oe @@ -18,7 +18,6 @@ inherit autotools #FIXME add patch to make it shared do_stage() { - install -m 0755 libtomcrypt.a ${STAGING_LIBDIR}/ + oe_libinstall -a libtomcrypt ${STAGING_LIBDIR}/ install -m 0644 *.h ${STAGING_INCDIR}/ } - -- cgit v1.2.3