commit:     9d5f72fa5a7bb546a5a97b0c426953f2bc029792
Author:     Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
AuthorDate: Mon Jul 17 02:24:53 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 02:24:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d5f72fa

dev-embedded/qdl: removed double EPREFIX

Signed-off-by: Quincy Fleming <quincyf467 <AT> protonmail.com>

 dev-embedded/qdl/qdl-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/qdl/qdl-1.0.ebuild b/dev-embedded/qdl/qdl-1.0.ebuild
index 2d09658c7..5e2fb597a 100644
--- a/dev-embedded/qdl/qdl-1.0.ebuild
+++ b/dev-embedded/qdl/qdl-1.0.ebuild
@@ -19,6 +19,6 @@ src_install() {
        emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install
 
        dodoc README
-       insinto "${EPREFIX}/usr/share/${PN}"
+       insinto "/usr/share/${PN}"
        doins LICENSE
 }

Reply via email to