Skip to content

Commit

Permalink
Revert "Fix tizen rootfs build (dotnet#37891)" (dotnet#37902)
Browse files Browse the repository at this point in the history
This reverts commit 2799404.
  • Loading branch information
janvorli authored Jun 15, 2020
1 parent 02df47b commit b8a8d2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eng/common/cross/armel/tizen-build-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ if [[ -z "$ROOTFS_DIR" ]]; then
exit 1;
fi

# Clean-up (TODO-Cleanup: We may already delete $ROOTFS_DIR at ./cross/build-rootfs.sh.)
# hk0110
if [ -d "$ROOTFS_DIR" ]; then
umount $ROOTFS_DIR/*
rm -rf $ROOTFS_DIR
fi

TIZEN_TMP_DIR=$ROOTFS_DIR/tizen_tmp
mkdir -p $TIZEN_TMP_DIR

Expand Down

0 comments on commit b8a8d2a

Please sign in to comment.