diff options
Diffstat (limited to 'pth')
-rw-r--r-- | pth/pth_2.0.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pth/pth_2.0.0.oe b/pth/pth_2.0.0.oe index c027fa19d5..de17a53a69 100644 --- a/pth/pth_2.0.0.oe +++ b/pth/pth_2.0.0.oe @@ -13,7 +13,7 @@ do_configure() { } do_stage() { - oe_soinstall .libs/libpth.so.20.0.20 ${STAGING_LIBDIR}/ + oe_libinstall -so libpth ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/ for X in pth.h |