media-plugins/xbmc-addon-xvdr: install pre-stripped files fixed

Bug: https://bugs.gentoo.org/383483
Closes: https://bugs.gentoo.org/383483
Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
This commit is contained in:
Joerg Bornkessel
2019-12-15 18:02:36 +01:00
parent 4640d911a5
commit e0cd94f7ea

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit autotools multilib git-r3
@@ -17,6 +17,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
default
export STRIP=true
eautoreconf
}