dev-perl/Sys-Statistics-Linux: fix variable reference style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-29 02:45:08 +01:00
parent 6b56bdd240
commit b6dea71f09

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -26,8 +26,8 @@ SRC_TEST="do"
src_install() {
perl-module_src_install
docompress -x /usr/share/doc/$PF/examples
insinto /usr/share/doc/$PF/examples
docompress -x /usr/share/doc/${PF}/examples
insinto /usr/share/doc/${PF}/examples
doins examples/*
}