mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
sys-libs/libfixposix: remove .la file
Closes: https://bugs.gentoo.org/847199 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -16,8 +16,13 @@ KEYWORDS="~amd64"
|
|||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
src_prepare(){
|
src_prepare() {
|
||||||
einfo "Generating autotools files..."
|
einfo "Generating autotools files..."
|
||||||
default
|
default
|
||||||
eautoreconf -i -f
|
eautoreconf -i -f
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
find "${ED}" -name "*.la" -delete || die
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user