summaryrefslogtreecommitdiff
path: root/qte/qte_2.3.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r--qte/qte_2.3.7.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe
index 5db3f4f0a6..1e08d970f0 100644
--- a/qte/qte_2.3.7.oe
+++ b/qte/qte_2.3.7.oe
@@ -61,6 +61,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/
}