summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-29 02:45:08 +0100
committerSam James <sam@gentoo.org>2021-04-29 02:52:04 +0100
commitb6dea71f0958b7ae2c576a8d2ea8e5f29e4aa2ee (patch)
tree7d6050a04bf07c37df703130eac638095fc47262 /dev-perl/Sys-Statistics-Linux
parentdev-libs/wayland: fix variable reference style (diff)
downloadgentoo-b6dea71f0958b7ae2c576a8d2ea8e5f29e4aa2ee.tar.gz
gentoo-b6dea71f0958b7ae2c576a8d2ea8e5f29e4aa2ee.tar.bz2
gentoo-b6dea71f0958b7ae2c576a8d2ea8e5f29e4aa2ee.zip
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>
Diffstat (limited to 'dev-perl/Sys-Statistics-Linux')
-rw-r--r--dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild6
1 files 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 6426ffefecc6..374df0b3b1b2 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/*
}