Skip to content

git: simplify symlink creation

Ghost User requested to merge EmersonBernier/git_symlink into master

Instead of replacing files with symlinks manually we can just use INSTALL_SYMLINKS=1 build/install option with the same effect.

Merge request reports