diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 08:38:15 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 08:38:15 +0000 |
commit | 9aa6d7445a4650331fa820f971f9140c1d785aeb (patch) | |
tree | b074f8260d387937967675950038dd95d9d7d752 /uicmoc | |
parent | 9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff) |
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'uicmoc')
-rw-r--r-- | uicmoc/uicmoc3-native_3.3.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uicmoc/uicmoc3-native_3.3.1.oe b/uicmoc/uicmoc3-native_3.3.1.oe index eeda60782d..a41fb7fe1e 100644 --- a/uicmoc/uicmoc3-native_3.3.1.oe +++ b/uicmoc/uicmoc3-native_3.3.1.oe @@ -22,7 +22,7 @@ do_configure() { do_stage() { install -m 0755 bin/moc ${STAGING_BINDIR}/moc3 install -m 0755 bin/uic ${STAGING_BINDIR}/uic3 - install lib/libqt.a ${STAGING_LIBDIR}/ + oe_libinstall -a -C lib libqt ${STAGING_LIBDIR} for f in include/*.h do install -m 0644 $f ${STAGING_INCDIR}/ |