mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
This commit is contained in:
parent
f29c9d2289
commit
c77b014283
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ $(TEMP_APK): $(AP_) $(LIBS) $(DEX) | $(DIRS)
|
||||||
-u -z $(AP_) -f $(DEX) -nf $(BUILDDIR)/libs
|
-u -z $(AP_) -f $(DEX) -nf $(BUILDDIR)/libs
|
||||||
|
|
||||||
$(KEYSTORE):
|
$(KEYSTORE):
|
||||||
$(SILENT)mkdir $(HOME)/.android
|
$(SILENT)mkdir -p $(HOME)/.android
|
||||||
$(call PRINTS,KEYTOOL debug.keystore)keytool -genkey \
|
$(call PRINTS,KEYTOOL debug.keystore)keytool -genkey \
|
||||||
-alias androiddebugkey -keystore $@ \
|
-alias androiddebugkey -keystore $@ \
|
||||||
-storepass android -keypass android -validity 365 \
|
-storepass android -keypass android -validity 365 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue