diff options
author | Chris Larson <clarson@kergoth.com> | 2004-04-20 03:11:30 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-04-20 03:11:30 +0000 |
commit | 210df3ce941d17ac9c0602a9f36c55328c6f5503 (patch) | |
tree | 2fa720957b2822f7288af0b27df38ca11e22f5c9 /aliens | |
parent | 1ce1f6f837ae775b06c2c5ada398564f930a82d4 (diff) |
Merge
2004/04/19 14:02:59-05:00 ti.com!a0868066
Merges.
2004/04/19 14:00:46-05:00 ti.com!a0868066
Killing usage of {} expansion, which isnt supported by the ash shell.
BKrev: 408494e2t24Aqbe2prpXURtnZlhCmA
Diffstat (limited to 'aliens')
-rw-r--r-- | aliens/aliens_1.0.0.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/aliens/aliens_1.0.0.oe b/aliens/aliens_1.0.0.oe index 14a39b1b30..14be69a031 100644 --- a/aliens/aliens_1.0.0.oe +++ b/aliens/aliens_1.0.0.oe @@ -17,7 +17,10 @@ do_compile_prepend() { } do_install() { - install -d ${D}${palmtopdir}/{bin,apps/Games,pics,share/aliens} + install -d ${D}/${palmtopdir}/bin \ + ${D}/${palmtopdir}/pics \ + ${D}/${palmtopdir}/apps/Games \ + ${D}/${palmtopdir}/share/aliens install -D -m 0755 aliens ${D}${palmtopdir}/bin/aliens install -D -m 0644 aliens.png ${D}${palmtopdir}/pics/aliens.png install -D -m 0644 aliens.desktop ${D}${palmtopdir}/Games/aliens.desktop |