summaryrefslogtreecommitdiff
path: root/qte
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-03-27 14:46:55 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-03-27 14:46:55 +0000
commit3bfed1012b84539c37f827c6626e459d820387ae (patch)
tree6e70b5ee4337b1303a58d2a3f3115d8f837f93de /qte
parent2f3290e9534e6cfc3b738854e024bcaba653d432 (diff)
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
Diffstat (limited to 'qte')
-rw-r--r--qte/qte_2.3.7.oe10
1 files changed, 5 insertions, 5 deletions
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"