From ee284739a90f24d17bb1cddf603cf1cdf90d6444 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Sun, 15 Feb 2015 09:52:29 +0000 Subject: fixup-glibc --- strata/build-essential/stage2-glibc.morph | 4 ++-- 1 file 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 -- cgit v1.2.1