Merge pull request #1373 from vwegert/add-libcerror-to-upstream

removal of .la files from libcerror
This commit is contained in:
Anton Bolshakov 2022-12-04 16:16:26 +08:00 committed by GitHub
commit 8a6e33a668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -33,3 +33,9 @@ src_configure() {
# [default=auto-detect]
# not supported in the ebuild at the moment - requires windows.h, does not make much sense for us
}
src_install() {
default
# see https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
find "${ED}" -name '*.la' -delete || die
}

View file

@ -33,3 +33,9 @@ src_configure() {
# [default=auto-detect]
# not supported in the ebuild at the moment - requires windows.h, does not make much sense for us
}
src_install() {
default
# see https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
find "${ED}" -name '*.la' -delete || die
}