Minor fix - removed unnecessary white space.
This commit is contained in:
parent
4eda15aca7
commit
6026298b9c
@ -42,7 +42,7 @@ fi
|
|||||||
# This is for the dynamic loader. Note that the name and the location are both
|
# This is for the dynamic loader. Note that the name and the location are both
|
||||||
# specific for 32-bit and 64-bit machines. First we check the BusyBox executable
|
# specific for 32-bit and 64-bit machines. First we check the BusyBox executable
|
||||||
# and then we copy the dynamic loader to its appropriate location.
|
# and then we copy the dynamic loader to its appropriate location.
|
||||||
BUSYBOX_ARCH=$(file bin/busybox | cut -d' ' -f3)
|
BUSYBOX_ARCH=$(file bin/busybox | cut -d' ' -f3)
|
||||||
if [ "$BUSYBOX_ARCH" = "64-bit" ] ; then
|
if [ "$BUSYBOX_ARCH" = "64-bit" ] ; then
|
||||||
mkdir lib64
|
mkdir lib64
|
||||||
cp $SYSROOT/lib/ld-linux* lib64
|
cp $SYSROOT/lib/ld-linux* lib64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user