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:
|
uninstall:
|
||||||
\tadb uninstall $(PACKAGE_NAME)
|
\tadb uninstall $(PACKAGE_NAME)
|
||||||
|
|
||||||
release: java-clean build copy-libs supdate-project
|
release: java-clean build copy-libs update-project
|
||||||
\tpatch -p1 < release.patch
|
\tpatch -p1 < release.patch
|
||||||
\tcat ant.properties | grep version.name > default.properties
|
\tcat ant.properties | grep version.name > default.properties
|
||||||
\tant release
|
\tant release
|
||||||
|
|
Loading…
Reference in a new issue