Skip to content

override_dh_auto_configure: remove symlinks

cp -a is being used to get a local copy of source, but we may already have a partial copy locally, with symlinks. cp -a isn't able to cope with symlinks that point to what we're trying to copy in. Remove those symlinks, since we're about to replace them with non-linked copies.

Merge request reports

Loading