mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
dev-lang/bas: remove static libs
Closes: https://bugs.gentoo.org/958063 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -41,6 +41,7 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${ED}" -name "*.a" -delete || die "failed to remove static libs"
|
||||
|
||||
docinto pdf
|
||||
dodoc ./bas.pdf
|
||||
Reference in New Issue
Block a user