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>
This commit is contained in:
Yixun Lan
2022-01-06 09:38:52 +08:00
parent 674f64e224
commit 348131ce02

View File

@@ -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() {