New to using fpm I’m trying to package some config files and a few binaries (from source: dir), eg. no building from sources. When I get a package it seems to include symlinks from under /usr/lib/.build-id pointing to the binaries in the package.
How may I avoid such symlinks in my pacakages?
TIA!