+usr/lib/*/libcantorlibs.so.16 +usr/lib/*/libcantorlibs.so.16*
The second entry matches also the first entry. So AFAIU you can remove usr/lib/*/libcantorlibs.so.16
In case the library is not part of cantors public interface, I would use
usr/lib/*/libcantorlibs.so.*
so it's not necessary to update with every 'internal' library API bump.
Achim
« Back to merge proposal
+usr/lib/ */libcantorlibs .so.16 */libcantorlibs .so.16*
+usr/lib/
The second entry matches also the first entry. So AFAIU you can remove usr/lib/ */libcantorlibs .so.16
In case the library is not part of cantors public interface, I would use
usr/lib/ */libcantorlibs .so.*
so it's not necessary to update with every 'internal' library API bump.
Achim