media-plugins/vdr-pilotskin: fixed renamed vdr-plugin-2.eclass function

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Joerg Bornkessel
2016-06-05 13:34:53 +02:00
parent b7c9806d4d
commit 36f725beb4

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -23,5 +23,5 @@ src_prepare() {
vdr-plugin-2_src_prepare
sed -i pilotskin.c -e "s:RegisterI18n://RegisterI18n:"
remove_i18n_include pilotskin.c
vdr_remove_i18n_include pilotskin.c
}