diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-15 18:53:12 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-15 18:53:12 +0000 |
commit | cbb7d0fde08c7fb18df3b4cf9009f766a45e55cb (patch) | |
tree | 7ebcc02e6f00b396eb55e7977a4f2183f9ed292a | |
parent | 8e0e53df622545733fc575fa93f7fd0fc8df54ea (diff) |
Install the libtool archive for libgpg-error, courtesy Philip Blundell.
BKrev: 4055fb98O-hVOkMBV_up8pyR65bCfA
-rw-r--r-- | libgpg-error/libgpg-error_0.6.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpg-error/libgpg-error_0.6.oe b/libgpg-error/libgpg-error_0.6.oe index 5fbe171af3..fe5cd20693 100644 --- a/libgpg-error/libgpg-error_0.6.oe +++ b/libgpg-error/libgpg-error_0.6.oe @@ -12,6 +12,7 @@ inherit autotools libtool do_stage() { oe_soinstall src/.libs/libgpg-error.so.0.1.1 ${STAGING_LIBDIR}/ install -m 0755 src/gpg-error-config ${STAGING_BINDIR}/ + install -m 0644 src/.libs/libgpg-error.lai ${STAGING_LIBDIR}/libgpg-error.la install -d ${STAGING_INCDIR}/ for X in gpg-error.h |