commit: e83f8ad5e4d555b17a8e5a72b6404b952b204f45 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Wed May 25 11:44:07 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Wed May 25 12:17:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e83f8ad5
sys-devel/gsl: respect FHS Closes: https://bugs.gentoo.org/847391 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> sys-devel/gsl/{gsl-4.1.5.ebuild => gsl-4.1.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gsl/gsl-4.1.5.ebuild b/sys-devel/gsl/gsl-4.1.5-r1.ebuild similarity index 94% rename from sys-devel/gsl/gsl-4.1.5.ebuild rename to sys-devel/gsl/gsl-4.1.5-r1.ebuild index b4835ad6a..89ffc2238 100644 --- a/sys-devel/gsl/gsl-4.1.5.ebuild +++ b/sys-devel/gsl/gsl-4.1.5-r1.ebuild @@ -16,7 +16,7 @@ DEPEND="dev-libs/libpcre:3" RDEPEND="${DEPEND}" src_install() { - default + DESTDIR="${D}/usr" emake install if use examples; then dodoc -r examples dodoc -r doc/examples
