bananapi-uboot: fix indent lints

This commit is contained in:
Michael Gehring 2017-07-16 13:53:50 +00:00
parent af1849d59e
commit cb723025b1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ do_configure() {
do_build() {
unset CFLAGS CXXFLAGS LDFLAGS
if [ "$CROSS_BUILD" ]; then
make ARCH=arm CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
else