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 --- sidplayer/sidplayer_1.5.0.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sidplayer') diff --git a/sidplayer/sidplayer_1.5.0.oe b/sidplayer/sidplayer_1.5.0.oe index 3909e0e63d..6b5aa536c2 100644 --- a/sidplayer/sidplayer_1.5.0.oe +++ b/sidplayer/sidplayer_1.5.0.oe @@ -15,6 +15,6 @@ EXTRA_QMAKEVARS_PRE = "QMAKE_INCDIR=${STAGING_INCDIR}/sidplay" inherit palmtop do_install() { - install -d ${D}${palmtopdir}{bin,apps/Applications,pics} - cp -a ../apps ../bin ../pics ${D}${palmtopdir} + install -d ${D}${palmtopdir}/{bin,apps/Applications,pics} + cp -a ../apps ../bin ../pics ${D}${palmtopdir}/ } -- cgit v1.2.3