mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
bananapi-uboot: fix indent lints
This commit is contained in:
parent
af1849d59e
commit
cb723025b1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ do_configure() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
unset CFLAGS CXXFLAGS LDFLAGS
|
unset CFLAGS CXXFLAGS LDFLAGS
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
make ARCH=arm CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
|
make ARCH=arm CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue