mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-embedded/openocd: drop prepstrip
Newer ebuilds use 'dostrip', older ebuilds will install unstripped binaries. Closes: https://bugs.gentoo.org/587308 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
@@ -136,7 +136,6 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
env -uRESTRICT prepstrip "${ED}"/usr/bin
|
||||
udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
@@ -126,7 +126,6 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
env -uRESTRICT prepstrip "${ED}"/usr/bin
|
||||
udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user