mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-29 01:51:20 -05:00
It can happen, like in https://github.com/flatpak/flatpak/issues/353 that there are references in the source to the absolute source path. We need to ensure that is visible in the build. We mostly do this, but for technical reasons it didn't get the same pathname when the source was inside a symlinked directory. We fix this with an extra bind-mount to the symlinked directory name too. This fixes https://github.com/flatpak/flatpak/issues/353