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 --- zipsc/zipsc_0.4.3.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zipsc/zipsc_0.4.3.oe') diff --git a/zipsc/zipsc_0.4.3.oe b/zipsc/zipsc_0.4.3.oe index 31d0695409..8e43da0ddf 100644 --- a/zipsc/zipsc_0.4.3.oe +++ b/zipsc/zipsc_0.4.3.oe @@ -13,7 +13,7 @@ S = "${WORKDIR}/zipsc_${PV}" inherit palmtop do_install() { - install -m 0755 zipsc Qtopia${palmtopdir}bin/zipsc + install -m 0755 zipsc Qtopia${palmtopdir}/bin/zipsc install -d ${D}/ cp -a Qtopia/* ${D}/ } -- cgit v1.2.3