From 6e876ac9450b38557a8464b7a4738ccb5eac48bb Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 19 Jan 2020 21:15:35 +0300 Subject: media-gfx/asymptote: fix MissingSlash Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- media-gfx/asymptote/asymptote-2.61.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/asymptote/asymptote-2.61.ebuild b/media-gfx/asymptote/asymptote-2.61.ebuild index b37f0cb38535..90caa2a04989 100644 --- a/media-gfx/asymptote/asymptote-2.61.ebuild +++ b/media-gfx/asymptote/asymptote-2.61.ebuild @@ -133,7 +133,7 @@ src_install() { if use X; then insinto /usr/share/${PN} doins -r GUI - chmod +x "${D}"usr/share/${PN}/GUI/xasy.py + chmod +x "${D}"/usr/share/${PN}/GUI/xasy.py dosym ../share/${PN}/GUI/xasy.py /usr/bin/xasy doman doc/xasy.1x fi -- cgit v1.2.3-65-gdbad