diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 17:57:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 17:57:47 +0000 |
commit | c7ffbb1b03a9d1aa55f45a6eb25b1d12bcf50dbe (patch) | |
tree | ccb79f8dd271e99ce59cacb66919434e06aadea3 /qplot/qplot_2.0.1cvs.oe | |
parent | 3c42de300e1e00b066c679fe2cf93a11cbc9505a (diff) |
append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two
BKrev: 4069b51bi0pkDQWoVJdPxCUNQKlZOw
Diffstat (limited to 'qplot/qplot_2.0.1cvs.oe')
-rw-r--r-- | qplot/qplot_2.0.1cvs.oe | 14 |
1 files changed, 7 insertions, 7 deletions
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 } |