summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-glibc.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage2-glibc.morph')
-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