aboutsummaryrefslogtreecommitdiffstats
path: root/irk
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 /irk
parent2f3290e9534e6cfc3b738854e024bcaba653d432 (diff)
downloadopenembedded-3bfed1012b84539c37f827c6626e459d820387ae.tar.gz
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 'irk')
-rw-r--r--irk/irk_0.10.0.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/irk/irk_0.10.0.oe b/irk/irk_0.10.0.oe
index 4fd7ee218c..06f8a58148 100644
--- a/irk/irk_0.10.0.oe
+++ b/irk/irk_0.10.0.oe
@@ -15,12 +15,12 @@ EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia"
do_install() {
install -d ${D}/${sysconfdir}
- install -d ${D}/opt/QtPalmtop/plugins/inputmethods/
+ install -d ${D}${palmtopdir}plugins/inputmethods/
install -d ${D}/home/root/Settings/
install chicony.conf ${D}/${sysconfdir}/lircd.conf
install IRK.conf ${D}/${sysconfdir}
- oe_soinstall libirk.so.1.0.0 ${D}/opt/QtPalmtop/plugins/inputmethods/
+ oe_soinstall libirk.so.1.0.0 ${D}${palmtopdir}plugins/inputmethods/
}
FILES_irk_append=" /etc /home/root"