mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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…
Add table
Reference in a new issue