Update 02_build.sh

This commit is contained in:
Michael McMahon 2017-11-10 12:01:55 -05:00 committed by GitHub
parent be2d6604d6
commit 736b755265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,8 @@ strip -g $DESTDIR/usr/bin/*
ROOTFS="$WORK_DIR/src/minimal_overlay/rootfs"
mkdir -p "$ROOTFS/usr/bin"
cp -r $DESTDIR/usr/bin/* $ROOTFS/usr/bin/
cp -r $DESTDIR/* $ROOTFS
echo "util-linux has been installed."
cd $SRC_DIR