aboutsummaryrefslogtreecommitdiffstats
path: root/libnids
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-10 08:38:15 +0000
committerChris Larson <clarson@kergoth.com>2004-05-10 08:38:15 +0000
commit9aa6d7445a4650331fa820f971f9140c1d785aeb (patch)
treeb074f8260d387937967675950038dd95d9d7d752 /libnids
parent9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff)
downloadopenembedded-9aa6d7445a4650331fa820f971f9140c1d785aeb.tar.gz
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'libnids')
-rw-r--r--libnids/libnids_1.18.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnids/libnids_1.18.oe b/libnids/libnids_1.18.oe
index d7ffdcdbab..c0ed37c9d0 100644
--- a/libnids/libnids_1.18.oe
+++ b/libnids/libnids_1.18.oe
@@ -14,5 +14,5 @@ EXTRA_OEMAKE = "'install_prefix=${D}'"
do_stage () {
install -m 0644 ${S}/src/nids.h ${STAGING_INCDIR}/
- install -m 0644 src/libnids.a ${STAGING_LIBDIR}/
+ oe_libinstall -a -C src libnids ${STAGING_LIBDIR}
}