summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2016-04-08 15:19:06 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2016-04-08 15:19:06 +0900
commitc93ca508150196a506dd31f782c8866ab6fe3a97 (patch)
tree2c965fecce9b4846d91a5029a11fe0151dca2ef9 /Documentation
parent775933742b8cb9bd6f576c244a7b44f788e462e8 (diff)
downloadcoreclr-c93ca508150196a506dd31f782c8866ab6fe3a97.tar.gz
coreclr-c93ca508150196a506dd31f782c8866ab6fe3a97.tar.bz2
coreclr-c93ca508150196a506dd31f782c8866ab6fe3a97.zip
Typo: incorrect pathname in documentation
build-rootfs.sh is at ./cross/, not ./ . Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/cross-building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building/cross-building.md b/Documentation/building/cross-building.md
index 7f3a1dc5ff..9395084b85 100644
--- a/Documentation/building/cross-building.md
+++ b/Documentation/building/cross-building.md
@@ -34,7 +34,7 @@ For example, to generate an arm rootfs:
and if you wanted to generate the rootfs elsewhere:
- ben@ubuntu ~/git/coreclr/ $ sudo ROOTFS_DIR=/home/ben/coreclr-cross/arm ./build-rootfs.sh arm
+ ben@ubuntu ~/git/coreclr/ $ sudo ROOTFS_DIR=/home/ben/coreclr-cross/arm ./cross/build-rootfs.sh arm
Cross compiling CoreCLR