diff options
author | Thomas Jarosch <tomj@simonv.com> | 2012-12-26 00:46:49 +0100 |
---|---|---|
committer | Thomas Jarosch <tomj@simonv.com> | 2012-12-26 00:57:19 +0100 |
commit | 3d842c6549462601448cb6e613d02f3b2afef5ce (patch) | |
tree | 47dc5505dc9dd901dc59fd90df189231ed0c4bfd /packaging | |
parent | a6409c868663a90673147e6f778ea310f08d4f24 (diff) | |
download | rockbox-3d842c6549462601448cb6e613d02f3b2afef5ce.tar.gz rockbox-3d842c6549462601448cb6e613d02f3b2afef5ce.tar.bz2 rockbox-3d842c6549462601448cb6e613d02f3b2afef5ce.zip |
Pandora port: Remove non-working plugins
Change-Id: I923d2a583bbb41897daf2ea84bc8a2723f3a129c
Note: The credits screen/mikmod etc. is working.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/pandora/pandora.make | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/pandora/pandora.make b/packaging/pandora/pandora.make index de767d4e8a..8a9e054584 100644 --- a/packaging/pandora/pandora.make +++ b/packaging/pandora/pandora.make @@ -15,6 +15,12 @@ pnd: pnddir $(PND_MAKE) $(DEPFILE) build cp $(PANDORA_DIR)/rockbox_preview.jpg $(PND_BUILD_DIR) cp $(PANDORA_DIR)/run_rockbox.sh $(PND_BUILD_DIR) + # Remove stuff that's broken because of missing keymapping. + # Otherwise the user will have a hard time to shut down rockbox + rm -f $(PND_BUILD_DIR)/rockbox/lib/rockbox/rocks/apps/* + rm -f $(PND_BUILD_DIR)/rockbox/lib/rockbox/rocks/demos/* + rm -f $(PND_BUILD_DIR)/rockbox/lib/rockbox/rocks/games/* + # Add docs folder cp -rf $(ROOTDIR)/docs $(PND_BUILD_DIR) |