diff options
author | Thomas Martitz <kugel@rockbox.org> | 2011-04-21 09:35:35 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2011-04-21 09:35:35 +0000 |
commit | c77b01428328c347825937a28ec04d809a9db41e (patch) | |
tree | 492871d15d4a07165a00388fe552cf9ebf2390b6 /android | |
parent | f29c9d228983e4ef01c78ba9f696b0a40ba71d5f (diff) |
Use mkdir -p in the previous commit. Thanks sideral for spotting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29754 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'android')
-rw-r--r-- | android/android.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/android.make b/android/android.make index 8f19d99edc..109eb61d2e 100644 --- a/android/android.make +++ b/android/android.make @@ -109,7 +109,7 @@ $(TEMP_APK): $(AP_) $(LIBS) $(DEX) | $(DIRS) -u -z $(AP_) -f $(DEX) -nf $(BUILDDIR)/libs $(KEYSTORE): - $(SILENT)mkdir $(HOME)/.android + $(SILENT)mkdir -p $(HOME)/.android $(call PRINTS,KEYTOOL debug.keystore)keytool -genkey \ -alias androiddebugkey -keystore $@ \ -storepass android -keypass android -validity 365 \ |