mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-13 11:54:31 +08:00
0e5e7284ab
This patch specifies libraries using a more specific glob that will pick only the lib*.so.<version> file and will not match the lib*.so symlink and the lib*.a archive/static library. Signed-off-by: Filipe Brandenburger <filbranden@google.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
usr/lib/*/libext2fs*.so
|
|
usr/lib/*/libext2fs*.a
|
|
usr/lib/*/libe2p*.so
|
|
usr/lib/*/libe2p*.a
|
|
usr/include/ext2fs
|
|
usr/include/e2p
|
|
usr/share/info/libext2fs.info*
|
|
usr/lib/*/pkgconfig/e2p.pc
|
|
usr/lib/*/pkgconfig/ext2fs.pc
|