diff options
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r-- | qte/qte_2.3.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 1e08d970f0..248f4cfa64 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -55,7 +55,7 @@ do_compile() { } do_stage () { - install -m 0755 lib/libqte.so.* ${STAGING_LIBDIR}/ + oe_soinstall lib/libqte.so.${PV} ${STAGING_LIBDIR} rm -f include/qxt.h cp -pfLR include/* ${STAGING_DIR}/target/include/ } |