Closes: https://bugs.gentoo.org/723124
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
src_install() {
mkdir -p "${D}${PREFIX}"
- perl Makefile.pl -install --destdir "${D}" || die "install failed"
+ perl Makefile.pl -install --destdir "${ED}" || die "install failed"
}
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
src_install() {
mkdir -p "${D}${PREFIX}"
- perl Makefile.pl -install --destdir "${D}" || die "install failed"
+ perl Makefile.pl -install --destdir "${ED}" || die "install failed"
}