diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-23 07:21:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-23 07:21:43 +0000 |
commit | 2e27e66f278d776dbce5a7733d6db63c90a7df9e (patch) | |
tree | 4901cbd3a9e3c3c3da3b6da2cd8e3f4aea1821c6 /gpm | |
parent | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (diff) |
cleanup: replace some last manual lib install+symlink with calls to oe_soinstall.
BKrev: 405fe587cQlZLeatBrb4J3NSLsbEqQ
Diffstat (limited to 'gpm')
-rw-r--r-- | gpm/gpm_1.20.1.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gpm/gpm_1.20.1.oe b/gpm/gpm_1.20.1.oe index cee85889c3..68036a1ea4 100644 --- a/gpm/gpm_1.20.1.oe +++ b/gpm/gpm_1.20.1.oe @@ -17,8 +17,7 @@ do_configure_prepend () { do_stage () { install -m 0644 src/headers/gpm.h ${STAGING_INCDIR}/ install -m 0644 src/lib/libgpm.a ${STAGING_LIBDIR}/ - install -m 0755 src/lib/libgpm.so.1.19.0 ${STAGING_LIBDIR}/ - ln -sf libgpm.so.1.19.0 ${STAGING_LIBDIR}/libgpm.so + oe_soinstall src/lib/libgpm.so.1.19.0 ${STAGING_LIBDIR}/ } do_install () { |