Hi,

On the "KDE Frameworks 5 Pre-installation Configuration" page,
when using /opt, we populate /opt/kf5 with a few dir and symlinks.
Then, on the "Building KDE Frameworks 5", it is said:
"If installing in /opt and there is an existing /opt/kf5 either as a
regular directory or a symbolic link, it should be removed (as root):
rm -rf /opt/kf5"

This looks inconsistent to me. At least, it should be recalled that
some symlinks and dirs have to be created after the removal. OTOH, we
could maybe change the "rm -rf" instruction to something like~:
find /opt/kf5 -type f -delete
which would be enough (unless there are versionned directories)

Thoughts?
Pierre

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to