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 --- puzz-le/puzz-le_2.0.0.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puzz-le') diff --git a/puzz-le/puzz-le_2.0.0.oe b/puzz-le/puzz-le_2.0.0.oe index d0485c2dca..c4d4a9d8a8 100644 --- a/puzz-le/puzz-le_2.0.0.oe +++ b/puzz-le/puzz-le_2.0.0.oe @@ -13,7 +13,7 @@ S = "${WORKDIR}/puzzle_arm" inherit palmtop do_install() { - install -m 0755 puzz-le Qtopia${palmtopdir}bin/puzz-le + install -m 0755 puzz-le Qtopia${palmtopdir}/bin/puzz-le install -d ${D}/ cp -a Qtopia/* ${D}/ } -- cgit v1.2.3