diff --git a/pkg.info b/pkg.info index a511fd5..64384e5 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: enchant description: Spelling library wrapper with consistent interface version: 2.8.16 -revision: 1 +revision: 2 url: https://rrthomas.github.io/enchant/ license: LGPL2.1-or-later maintainers: diff --git a/source.sh b/source.sh index e088175..ea6731a 100644 --- a/source.sh +++ b/source.sh @@ -24,6 +24,9 @@ check() { package() { make DESTDIR="$BPM_OUTPUT" install + # Remove unwanted libtool files + find "$BPM_OUTPUT" -name '*.la' -delete + # Install package license install -Dm644 "$BPM_SOURCE"/COPYING.LIB "$BPM_OUTPUT"/usr/share/licenses/enchant/COPYING.LIB }