From a15ae0a6d6fdf4043ced6c4e80d52bba986c9dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 12 Apr 2025 00:42:21 +0200 Subject: [PATCH] dev-perl/PDL: fix file path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- dev-perl/PDL/PDL-2.100.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/PDL/PDL-2.100.0.ebuild b/dev-perl/PDL/PDL-2.100.0.ebuild index b84156bf7558f..115231e7efcd8 100644 --- a/dev-perl/PDL/PDL-2.100.0.ebuild +++ b/dev-perl/PDL/PDL-2.100.0.ebuild @@ -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() {