# HG changeset patch # User Rob Landley # Date 1320212861 18000 # Node ID 8b2a876d74a556d97a3bb015774c49d9fea27e88 # Parent a90ac7ed5d64d8287ed919d54d1302abab3a36ac Apparently hg export/import don't properly support replacing a file with a symlink to another file, instead you get a file containing the symlink destination as text. Fix that. diff -r a90ac7ed5d64 -r 8b2a876d74a5 images/lfs-bootstrap/mnt/build/m4.sh diff -r a90ac7ed5d64 -r 8b2a876d74a5 images/lfs-bootstrap/mnt/build/pkg-config.sh diff -r a90ac7ed5d64 -r 8b2a876d74a5 images/lfs-bootstrap/mnt/build/util-linux.sh diff -r a90ac7ed5d64 -r 8b2a876d74a5 images/lfs-bootstrap/mnt/build/xz.sh