summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-29 16:41:42 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-29 17:51:34 +0000
commita50a5411db21f4cde449d1bb26f85b8bbee275ac (patch)
tree94cc9267ab8be56aec7e22d243c1d97434683aaf /scripts
parent76b454df60865820413a86a80be22f95bc08790d (diff)
downloadmorph-a50a5411db21f4cde449d1bb26f85b8bbee275ac.tar.gz
scripts/bootstrap: Fix eglibc2 build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap b/scripts/bootstrap
index 775307ad..37ce6952 100755
--- a/scripts/bootstrap
+++ b/scripts/bootstrap
@@ -236,7 +236,7 @@ build_eglibc() {
# Necessary for ARM port.
if [ ! -e "$source_dir/libc/ports" ]; then
- ln -s "$source_dir/ports $source_dir/libc/ports"
+ ln -s "$source_dir/ports" "$source_dir/libc/ports"
fi
cd "$source_dir"