diff options
author | 2022-05-24 17:32:53 +0200 | |
---|---|---|
committer | 2022-05-24 19:36:37 +0200 | |
commit | 20e4efca406a1859b3f0a7d74f6f57d0ff391685 (patch) | |
tree | 0cc33c223bbcee036b308a506778bb0d9d2cdeef /sci-mathematics | |
parent | sci-libs/CombBLAS: new package, add 0_pre20220331 (diff) | |
download | guru-20e4efca406a1859b3f0a7d74f6f57d0ff391685.tar.gz guru-20e4efca406a1859b3f0a7d74f6f57d0ff391685.tar.bz2 guru-20e4efca406a1859b3f0a7d74f6f57d0ff391685.zip |
sci-mathematics/chaco: correctly install m files
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/chaco/chaco-2.2-r3.ebuild (renamed from sci-mathematics/chaco/chaco-2.2-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/chaco/chaco-2.2-r2.ebuild b/sci-mathematics/chaco/chaco-2.2-r3.ebuild index c774dd464..00ce9bdb8 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" |