From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D7DC138334 for ; Mon, 21 Jan 2019 01:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 038D1E08A4; Mon, 21 Jan 2019 01:19:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDFBDE08A4 for ; Mon, 21 Jan 2019 01:19:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A675335D29 for ; Mon, 21 Jan 2019 01:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 934AC463 for ; Mon, 21 Jan 2019 01:19:25 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1548033553.9e1505e9ec1f1fd45fe9ca36ef2c5a6c5e535398.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mujs/mujs-1.0.5.ebuild X-VCS-Directories: dev-lang/mujs/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 9e1505e9ec1f1fd45fe9ca36ef2c5a6c5e535398 X-VCS-Branch: master Date: Mon, 21 Jan 2019 01:19:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d6d65c2-5f96-4868-9a90-16ae38b63127 X-Archives-Hash: c345a2c9b7ec884c2039189f25b7f9c2 commit: 9e1505e9ec1f1fd45fe9ca36ef2c5a6c5e535398 Author: Virgil Dupras gentoo org> AuthorDate: Mon Jan 21 01:19:13 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Jan 21 01:19:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1505e9 dev-lang/mujs: fix build on Prefix Closes: https://github.com/gentoo/gentoo/pull/10871 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lang/mujs/mujs-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mujs/mujs-1.0.5.ebuild b/dev-lang/mujs/mujs-1.0.5.ebuild index 91725e5e4f3..65364e6a9a5 100644 --- a/dev-lang/mujs/mujs-1.0.5.ebuild +++ b/dev-lang/mujs/mujs-1.0.5.ebuild @@ -48,7 +48,7 @@ src_install() { emake "${myeconfargs[@]}" - mv -v "${D}"/usr/$(get_libdir)/lib${PN}.so{,.${PV}} || die + mv -v "${ED}"/usr/$(get_libdir)/lib${PN}.so{,.${PV}} || die dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so.${PV:0:1}