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 --- qplot/qplot_2.0.1cvs.oe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'qplot') diff --git a/qplot/qplot_2.0.1cvs.oe b/qplot/qplot_2.0.1cvs.oe index 51393cafec..33a3891b2b 100644 --- a/qplot/qplot_2.0.1cvs.oe +++ b/qplot/qplot_2.0.1cvs.oe @@ -13,12 +13,12 @@ S = "${WORKDIR}/qplot" inherit palmtop do_install() { - install -d ${D}${palmtopdir}{bin,apps/Applications,pics,lib,plugins/inputmethods} - install -D -m 755 qplotmain/qplot ${D}${palmtopdir}bin/qplot - install -D -m 644 qplotmain/qplot.png ${D}${palmtopdir}pics/ - install -D -m 644 qplotmain/qplot-const.b ${D}${palmtopdir}lib/ - install -D -m 644 qplotmain/qplot-math.b ${D}${palmtopdir}lib/ - oe_soinstall qplotmath/libqplotmath.so.1.0.0 ${D}${palmtopdir}plugins/inputmethods/ - install -D -m 644 qplot.desktop ${D}${palmtopdir}apps/Applications/qplot.desktop + install -d ${D}${palmtopdir}/{bin,apps/Applications,pics,lib,plugins/inputmethods} + install -D -m 755 qplotmain/qplot ${D}${palmtopdir}/bin/qplot + install -D -m 644 qplotmain/qplot.png ${D}${palmtopdir}/pics/ + install -D -m 644 qplotmain/qplot-const.b ${D}${palmtopdir}/lib/ + install -D -m 644 qplotmain/qplot-math.b ${D}${palmtopdir}/lib/ + oe_soinstall qplotmath/libqplotmath.so.1.0.0 ${D}${palmtopdir}/plugins/inputmethods/ + install -D -m 644 qplot.desktop ${D}${palmtopdir}/Applications/qplot.desktop } -- cgit v1.2.3