Skip to content

Commit b03ce66

Browse files
fervifervi
authored andcommitted
Fix build.sh - add newline
1 parent 1c0bc47 commit b03ce66

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tur-on-device/efl/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ termux_step_configure() {
2727

2828
termux_step_make() {
2929
termux_setup_ninja
30-
3130
cd build
3231
ninja \
3332
-j ${TERMUX_PKG_MAKE_PROCESSES} \
3433
install
35-
36-
}
34+
}

0 commit comments

Comments
 (0)