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 --- snmp++/snmp++_3.2.10.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snmp++') diff --git a/snmp++/snmp++_3.2.10.oe b/snmp++/snmp++_3.2.10.oe index 6fcab6d96b..b6d66d6669 100644 --- a/snmp++/snmp++_3.2.10.oe +++ b/snmp++/snmp++_3.2.10.oe @@ -13,7 +13,7 @@ do_compile() { } do_stage() { - install -m 0755 ../lib/libsnmp++.a ${STAGING_LIBDIR}/ + oe_libinstall -a -C ../lib libsnmp++ ${STAGING_LIBDIR}/ install -d ${STAGING_INCDIR}/snmp++ install -m 0644 ../include/*.h ${STAGING_INCDIR}/snmp++ } -- cgit v1.2.3