diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-01-06 09:38:52 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-06 09:42:42 +0800 |
commit | 348131ce02e9d1e70cc2b278ff7338989205950f (patch) | |
tree | 2be776628120be0e100b3b05de3cc24197eb10de /net-fs | |
parent | app-crypt/certbot-nginx: 1.20.0 bump (diff) | |
download | gentoo-348131ce02e9d1e70cc2b278ff7338989205950f.tar.gz gentoo-348131ce02e9d1e70cc2b278ff7338989205950f.tar.bz2 gentoo-348131ce02e9d1e70cc2b278ff7338989205950f.zip |
net-fs/autofs: remove pre-strip operation
fix additional pre-strip ops in built stage
Closes: https://bugs.gentoo.org/727644
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/autofs/autofs-5.1.8-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild b/net-fs/autofs/autofs-5.1.8-r1.ebuild index 019f79e0808e..d3260d26b3e2 100644 --- a/net-fs/autofs/autofs-5.1.8-r1.ebuild +++ b/net-fs/autofs/autofs-5.1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -96,8 +96,7 @@ src_configure() { } src_compile() { - export DONTSTRIP=1 - default + emake DONTSTRIP=1 } src_install() { |