Skip to content

Fix staging order of symlinks resulting from /usr merge

Tristan Van Berkom requested to merge fix-symlink-competition into master

Making linux-api-headers depend on fhs-dirs causes fhs-dirs to be staged first for anything that depends on build-essential.

This fixes the issue of competing chunks trying to stage symlinks, or failing to stage the symlinks cause they would otherwise nuke non-empty directories.

Merge request reports