summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-15 09:52:29 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-15 09:52:29 +0000
commitee284739a90f24d17bb1cddf603cf1cdf90d6444 (patch)
tree7e02e632d053e78cad268d343e371a4ee58c1999
parent96374fb4f544d04f50ee617edbbf33a23233ce7a (diff)
downloaddefinitions-ee284739a90f24d17bb1cddf603cf1cdf90d6444.tar.gz
fixup-glibc
-rw-r--r--strata/build-essential/stage2-glibc.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/build-essential/stage2-glibc.morph b/strata/build-essential/stage2-glibc.morph
index 3c762a13..cbca1673 100644
--- a/strata/build-essential/stage2-glibc.morph
+++ b/strata/build-essential/stage2-glibc.morph
@@ -43,8 +43,8 @@ install-commands:
- |
install -d "$DESTDIR"/usr/lib
install -d "$DESTDIR"/usr/lib64
- ln -s /usr/lib "$DESTDIR"/lib
- ln -s /usr/lib64 "$DESTDIR"/lib64
+ ln -s usr/lib "$DESTDIR"/lib
+ ln -s usr/lib64 "$DESTDIR"/lib64
- |
cpu=$(echo $TARGET | cut -d '-' -f 1)
case "$cpu" in