diff options
author | Chris "Koying" Browet <cbro@semperpax.com> | 2014-10-29 14:54:48 +0100 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2014-10-29 14:54:48 +0100 |
commit | 9efc0b6cb8a913b2b395ca9f35a07d9e381575a4 (patch) | |
tree | 6487504ec58bc110fc435500396065f850193a66 /tools | |
parent | 662c5dc743afa52b7a194be85594a277fbcfe833 (diff) |
fixup 5f5d8c86490510f49b82d05ff16011bfbf4cbfa8; re-add default joystick map
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/packaging/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android/packaging/Makefile.in b/tools/android/packaging/Makefile.in index e4dcc1bc65..a30abb0aec 100644 --- a/tools/android/packaging/Makefile.in +++ b/tools/android/packaging/Makefile.in @@ -80,6 +80,7 @@ shared: find `pwd`/assets/system/ -name "*.so" -exec rm {} \; find `pwd`/assets/addons/skin.*/media/* -depth -not -iname "Textures.xbt" -exec rm -rf {} \; find `pwd`/assets/system/keymaps/ -depth -name "joystick*.xml" ! -name "joystick.xml" -exec rm {} \; + mv -f `pwd`/assets/system/keymaps/joystick.xml.sample `pwd`/assets/system/keymaps/joystick.xml cd assets; rm -rf $(EXCLUDED_ADDONS) sharedapk: shared | xbmc/assets |