From b6dea71f0958b7ae2c576a8d2ea8e5f29e4aa2ee Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 29 Apr 2021 02:45:08 +0100 Subject: [PATCH] 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 --- .../Sys-Statistics-Linux-0.660.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild index 6426ffefecc6a..374df0b3b1b20 100644 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild @@ -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/* }