diff options
author | Holger Freyther <zecke@selfish.org> | 2004-06-05 23:18:59 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-06-05 23:18:59 +0000 |
commit | d6915ef9b858b6a9bad0efd94826522b9e3e4b7a (patch) | |
tree | b348420fcf2a7a8ee78b216b69ce0bc96da2c5c1 /qt | |
parent | a3f307356b7d3c853d82e84552b4d76a0b08cf6e (diff) |
Fix installation of Qt/X11 3.3.2
-A '$' was missing in front of {libdir}
BKrev: 40c254e3wkMd7WFZ_bJ-Di4sy73T-g
Diffstat (limited to 'qt')
-rw-r--r-- | qt/qt-x11-free_3.3.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qt-x11-free_3.3.2.oe b/qt/qt-x11-free_3.3.2.oe index 90d062890f..d34ac39403 100644 --- a/qt/qt-x11-free_3.3.2.oe +++ b/qt/qt-x11-free_3.3.2.oe @@ -44,5 +44,5 @@ do_stage() { do_install() { install -d ${D}/${libdir}/ - oe_soinstall lib/libqt.so.${PV} ${D}/{libdir}/ + oe_soinstall lib/libqt.so.${PV} ${D}/${libdir}/ } |