summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-01-06 09:38:52 +0800
committerYixun Lan <dlan@gentoo.org>2022-01-06 09:42:42 +0800
commit348131ce02e9d1e70cc2b278ff7338989205950f (patch)
tree2be776628120be0e100b3b05de3cc24197eb10de
parentapp-crypt/certbot-nginx: 1.20.0 bump (diff)
downloadgentoo-348131ce.tar.gz
gentoo-348131ce.tar.bz2
gentoo-348131ce.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>
-rw-r--r--net-fs/autofs/autofs-5.1.8-r1.ebuild5
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() {