Fixed glibc_libresolv cd error

This commit is contained in:
bauen1 2017-11-27 20:35:29 +01:00
parent 18afd9811d
commit 937bc65cdc
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -9,6 +9,7 @@ if [ ! -d $SYSROOT ] ; then
exit 1
fi
mkdir -p "$WORK_DIR/overlay/$BUNDLE_NAME"
cd $WORK_DIR/overlay/$BUNDLE_NAME
DESTDIR="$PWD/${BUNDLE_NAME}_installed"