summaryrefslogtreecommitdiff
path: root/stage2-fhs-dirs.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-26 16:40:47 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-04 15:17:03 +0000
commitdecf4ec569ba3b54aeb7dd0989959f085656593d (patch)
tree1a96315acbba2313bcbad5913842f086d2302d34 /stage2-fhs-dirs.morph
parent6f7719175713237ff3fa5fe524d8159ec3cbe156 (diff)
downloadfhs-dirs-decf4ec569ba3b54aeb7dd0989959f085656593d.tar.gz
Remove stage 3 hacks to the chunks in which they belong
Namely, GCC and eglibc. These are now responsible for making their own symlinks in /lib -> /tools/lib, since we can't symlink the directory as a whole due to needing to install the stage3 eglibc there during stage3 build.
Diffstat (limited to 'stage2-fhs-dirs.morph')
-rw-r--r--stage2-fhs-dirs.morph1
1 files changed, 0 insertions, 1 deletions
diff --git a/stage2-fhs-dirs.morph b/stage2-fhs-dirs.morph
index 3e7beb4..bc68481 100644
--- a/stage2-fhs-dirs.morph
+++ b/stage2-fhs-dirs.morph
@@ -6,7 +6,6 @@
"sh ./create-fhs-dirs \"$DESTDIR\"",
"rmdir \"$DESTDIR/bin\"",
"ln -s \"$PREFIX/bin\" \"$DESTDIR/bin\"",
- "cpu=$(echo $TARGET | cut -d '-' -f 1)\nif [ \"$cpu\" == \"x86_64\" ]; then\n mkdir -p \"$DESTDIR/lib64\"\n ln -s \"$PREFIX/lib/ld-linux-x86-64.so.2\" \"$DESTDIR/lib64/ld-linux-x86-64.so.2\"\nelse\n loader=$(ls /lib/ld-linux*)\n ln -s \"$PREFIX$loader\" \"$DESTDIR$loader\"\nfi\n",
"sh ./create-dev-nodes \"$DESTDIR\"",
"install -m 644 passwd \"$DESTDIR/etc/passwd\"",
"install -m 600 shadow \"$DESTDIR/etc/shadow\"",