diff options
author | Maciej Barć <xgqt@gentoo.org> | 2021-12-24 22:17:23 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2021-12-24 22:17:30 +0100 |
commit | ccac2b00f9940a4e5c155dd94664930ef380e95b (patch) | |
tree | b122d2aa8b97a370938a1ee4f200e364dfab022f /sci-mathematics/verit | |
parent | media-sound/fluidsynth: Stabilize 2.2.4 sparc, #829912 (diff) | |
download | gentoo-ccac2b00f9940a4e5c155dd94664930ef380e95b.tar.gz gentoo-ccac2b00f9940a4e5c155dd94664930ef380e95b.tar.bz2 gentoo-ccac2b00f9940a4e5c155dd94664930ef380e95b.zip |
sci-mathematics/verit: src_install - default
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/verit')
-rw-r--r-- | sci-mathematics/verit/verit-2021.06.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-mathematics/verit/verit-2021.06.2.ebuild b/sci-mathematics/verit/verit-2021.06.2.ebuild index c81020679201..bd4092215917 100644 --- a/sci-mathematics/verit/verit-2021.06.2.ebuild +++ b/sci-mathematics/verit/verit-2021.06.2.ebuild @@ -18,11 +18,9 @@ RDEPEND="dev-libs/gmp:=" DEPEND="${RDEPEND}" src_install() { - emake DESTDIR="${D}" install + default mv example examples || die insinto /usr/share/${PN} doins -r examples - - einstalldocs } |