emmett1 / lfs-scripts

Automated script to build Multilib LFS system + livecd
GNU General Public License v3.0
98 stars 46 forks source link

setting sym link error #25

Closed hyperclock closed 3 years ago

hyperclock commented 3 years ago

When starting with ./01-toolchain, I get a message stating:

please create required '/tools' symlink by running 'ln -svf $PWD//home/hyperclock/lfs-scripts/lfs-rootfs/tools' as root

this does not work - this does however:

ln -svf /home/hyperclock/lfs-scripts/lfs-rootfs/tools /tools

Could it be that the sym link command is placed wrong? or did I do something wrong.

emmett1 commented 3 years ago

Ops, maybe error message for symlink is wrong. I will fix it. Thanks for the report.

hyperclock commented 3 years ago

tested a few times on various hosts, worked perfectly.

thanx!