bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

Shared files between packages #205

Open slavaaaaaaaaaa opened 5 years ago

slavaaaaaaaaaa commented 5 years ago

When compiling certain libraries (in my case, libgpg-error and libassuan, compiled from source), some files are shared (in my case, /usr/share/info/dir, for example, which is a listing of libraries installed, that can be called upon by the command info).

What is the best way to handle such a situation? Is it best to simply ignore these files, or is there a built-in way to merge them?