Remove libtool files

This commit is contained in:
2026-05-23 17:04:46 +03:00
parent 590a99b64e
commit 07c3b50446
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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
}