commit:     98d6d54b32ef00bcc61a561a4eafe988e4e89893
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 06:56:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 06:56:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d6d54b

app-text/teckit: fix double prefix

Closes: https://bugs.gentoo.org/765508
Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/teckit/teckit-2.5.10.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/teckit/teckit-2.5.10.ebuild 
b/app-text/teckit/teckit-2.5.10.ebuild
index 5a305123828..17421130f81 100644
--- a/app-text/teckit/teckit-2.5.10.ebuild
+++ b/app-text/teckit/teckit-2.5.10.ebuild
@@ -31,14 +31,14 @@ src_configure() {
        econf --disable-static
 }
 
-src_install() {
-       emake DESTDIR="${ED}" install
-       dodoc AUTHORS README NEWS
-       find "${ED}" -name '*.la' -delete || die
-}
-
 src_test() {
        cd "${S}/test" || die
        chmod +x dotests.pl || die
        ./dotests.pl || die "tests failed"
 }
+
+src_install() {
+       emake DESTDIR="${D}" install
+       dodoc AUTHORS README NEWS
+       find "${ED}" -name '*.la' -delete || die
+}

Reply via email to