From 3bfed1012b84539c37f827c6626e459d820387ae Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 27 Mar 2004 14:46:55 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into allanon.vanille.de:/usr/local/projects/oe-packages 2004/03/27 15:46:46+01:00 vanille.de!mickey /opt/QtPalmtop/ ==> ${palmtopdir} BKrev: 406593dfsCKZkIBjxUpsmUIQNX4aHA --- qte/qte_2.3.7.oe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qte/qte_2.3.7.oe') diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index b2d4fc3af0..83cb24e4cf 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -62,13 +62,13 @@ do_stage() { } do_install() { - install -d ${D}/opt/QtPalmtop/lib/fonts - oe_soinstall lib/libqte.so.${PV} ${D}/opt/QtPalmtop/lib - cp -a lib/fonts/* ${D}/opt/QtPalmtop/lib/fonts/ + install -d ${D}${palmtopdir}lib/fonts + oe_soinstall lib/libqte.so.${PV} ${D}${palmtopdir}lib + cp -a lib/fonts/* ${D}${palmtopdir}lib/fonts/ } PACKAGES = "libqte2 qte-fonts" FILES_${PN} = "" -FILES_libqte2 = "/opt/QtPalmtop/lib/libqte.so*" -FILES_qte-fonts = "/opt/QtPalmtop/lib/fonts" +FILES_libqte2 = "${palmtopdir}lib/libqte.so*" +FILES_qte-fonts = "${palmtopdir}lib/fonts" -- cgit v1.2.3