dev-perl/PDL: fix file path

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-04-12 00:42:21 +02:00
parent e4e027a300
commit a15ae0a6d6

View File

@@ -106,7 +106,7 @@ src_test() {
src_install() {
perl-module_src_install
cp Doc/scantree.pl "${D}"/${VENDOR_ARCH}/PDL/Doc || die
cp utils/scantree.pl "${D}"/${VENDOR_ARCH}/PDL/Doc || die
}
pkg_postinst() {