mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
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:
@@ -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/*
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user