diff options
Diffstat (limited to 'qte/qte_2.3.8-snap.oe')
-rw-r--r-- | qte/qte_2.3.8-snap.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe index 83d36b40de..0cf89ee19d 100644 --- a/qte/qte_2.3.8-snap.oe +++ b/qte/qte_2.3.8-snap.oe @@ -62,6 +62,6 @@ do_stage () { } do_install () { - install -d ${D}/usr/lib/qte2/lib - install -m 0755 lib/libqte.so.* ${D}/usr/lib/qte2/lib/ + install -d ${D}${libdir}/qte2/lib + install -m 0755 lib/libqte.so.* ${D}${libdir}/qte2/lib/ } |