Skip to content

Commit 64d8a20

Browse files
committed
add 'try' before sed command
1 parent 6f461a1 commit 64d8a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/leveldb/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function build_leveldb() {
2929
# Make sure leveldb is compiled for Android and does not include versioned numbers
3030
export TARGET_OS=OS_ANDROID_CROSSCOMPILE
3131
#FIXME: Not idempotent
32-
sed -i "127i\ \ \ \ \ \ \ \ PLATFORM_SHARED_VERSIONED=" build_detect_platform
32+
try sed -i "127i\ \ \ \ \ \ \ \ PLATFORM_SHARED_VERSIONED=" build_detect_platform
3333

3434
# Build
3535
try make

0 commit comments

Comments
 (0)