mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 22:16:16 +00:00
Fix syntax error in android/build.sh
Signed-off-by: Willem Ferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5018ad4748
commit
b912880707
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ else
|
|||
|
||||
# android-mobile is hardcoded in CMakeLists.txt nowadays.
|
||||
rm -rf android-mobile
|
||||
cp -a "$SUBSURFACE_SOURCE/android android-mobile"
|
||||
cp -a "$SUBSURFACE_SOURCE/android" android-mobile
|
||||
sed -i -e "s/@SUBSURFACE_VERSION@/\"$SUBSURFACE_VERSION\"/;s/@BUILD_NR@/$BUILD_NR/" android-mobile/AndroidManifest.xml
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue