Fix typo in the release rule of the generated Makefile.
This commit is contained in:
parent
15a186e765
commit
473702717e
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ install-apk:
|
|||
uninstall:
|
||||
\tadb uninstall $(PACKAGE_NAME)
|
||||
|
||||
release: java-clean build copy-libs supdate-project
|
||||
release: java-clean build copy-libs update-project
|
||||
\tpatch -p1 < release.patch
|
||||
\tcat ant.properties | grep version.name > default.properties
|
||||
\tant release
|
||||
|
|
Loading…
Reference in a new issue