From 20e4efca406a1859b3f0a7d74f6f57d0ff391685 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 24 May 2022 17:32:53 +0200 Subject: [PATCH] sci-mathematics/chaco: correctly install m files Signed-off-by: Alessandro Barbieri --- .../chaco/{chaco-2.2-r2.ebuild => chaco-2.2-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sci-mathematics/chaco/{chaco-2.2-r2.ebuild => chaco-2.2-r3.ebuild} (94%) diff --git a/sci-mathematics/chaco/chaco-2.2-r2.ebuild b/sci-mathematics/chaco/chaco-2.2-r3.ebuild similarity index 94% rename from sci-mathematics/chaco/chaco-2.2-r2.ebuild rename to sci-mathematics/chaco/chaco-2.2-r3.ebuild index c774dd4643..00ce9bdb8e 100644 --- a/sci-mathematics/chaco/chaco-2.2-r2.ebuild +++ b/sci-mathematics/chaco/chaco-2.2-r3.ebuild @@ -27,7 +27,7 @@ src_compile() { src_install() { dodoc -r doc/. - insinto "/usr/share/octave/packages/${PN}" + insinto "/usr/share/octave/site/m/${PN}" doins -r code/matlab/* cd "exec" || die dobin "chaco"