update: add check in media-sound/lame-3.100

This commit is contained in:
2026-01-12 04:56:43 -05:00
parent c3729bd0ad
commit 316007dea9

View File

@@ -56,6 +56,10 @@ src_build() {
make
}
src_check() {
make test
}
src_install() {
make DESTDIR="${pkgdir}" pkghtmldir="/usr/share/doc/${pkgname}-${pkgver}/html" install
}