From c7ffbb1b03a9d1aa55f45a6eb25b1d12bcf50dbe Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 30 Mar 2004 17:57:47 +0000 Subject: append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two BKrev: 4069b51bi0pkDQWoVJdPxCUNQKlZOw --- irk/irk_0.10.0.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irk/irk_0.10.0.oe') diff --git a/irk/irk_0.10.0.oe b/irk/irk_0.10.0.oe index 06f8a58148..03f7aa13ae 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}${palmtopdir}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}${palmtopdir}plugins/inputmethods/ + oe_soinstall libirk.so.1.0.0 ${D}${palmtopdir}/plugins/inputmethods/ } FILES_irk_append=" /etc /home/root" -- cgit v1.2.3