diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-12 08:09:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-12 08:31:55 +0100 |
commit | fa6c86ca013b32e312e2f677a2fa073f2133c419 (patch) | |
tree | f33537b482cad7adf1417b72c931541037b9e2a7 /media-gfx/asymptote | |
parent | media-gfx/asymptote: [QA] Fix BadInsIntoDir (diff) | |
download | gentoo-fa6c86ca013b32e312e2f677a2fa073f2133c419.tar.gz gentoo-fa6c86ca013b32e312e2f677a2fa073f2133c419.tar.bz2 gentoo-fa6c86ca013b32e312e2f677a2fa073f2133c419.zip |
media-gfx/asymptote: [QA] Fix AbsoluteSymlink
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/asymptote-2.60.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/asymptote/asymptote-2.60.ebuild b/media-gfx/asymptote/asymptote-2.60.ebuild index 8436bb74de08..bef7be52b544 100644 --- a/media-gfx/asymptote/asymptote-2.60.ebuild +++ b/media-gfx/asymptote/asymptote-2.60.ebuild @@ -134,7 +134,7 @@ src_install() { insinto /usr/share/${PN} doins -r GUI chmod +x "${D}"usr/share/${PN}/GUI/xasy.py - dosym /usr/share/${PN}/GUI/xasy.py /usr/bin/xasy + dosym ../share/${PN}/GUI/xasy.py /usr/bin/xasy doman doc/xasy.1x fi |