summaryrefslogtreecommitdiff
path: root/sidplayer
diff options
context:
space:
mode:
Diffstat (limited to 'sidplayer')
-rw-r--r--sidplayer/sidplayer_1.5.0.oe4
1 files changed, 2 insertions, 2 deletions
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}/
}