Fix installation of Qt/X11 3.3.2
authorHolger Freyther <zecke@selfish.org>
Sat, 5 Jun 2004 23:18:59 +0000 (23:18 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 5 Jun 2004 23:18:59 +0000 (23:18 +0000)
  -A '$' was missing in front of {libdir}

BKrev: 40c254e3wkMd7WFZ_bJ-Di4sy73T-g

qt/qt-x11-free_3.3.2.oe

index 90d0628..d34ac39 100644 (file)
@@ -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}/
 }