commit:     3e1f08edafd6aea935f25069d065294f74156ea9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 15 12:57:07 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 15 12:57:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e1f08ed

app-editors/typora-bin: fix order of dosym

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-editors/typora-bin/typora-bin-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild 
b/app-editors/typora-bin/typora-bin-9999.ebuild
index 0152b8e01..2e2f39bf0 100644
--- a/app-editors/typora-bin/typora-bin-9999.ebuild
+++ b/app-editors/typora-bin/typora-bin-9999.ebuild
@@ -33,7 +33,7 @@ src_install() {
        insinto /opt/
        doins -r "${S}"
        newicon "$S/resources/app/asserts/icon/[email protected]" "${PN}.png"
-       dosym /opt/Typora-linux-x64/Typora ../../usr/bin/Typora
+       dosym ../../opt/Typora-linux-x64/Typora /usr/bin/Typora
        fperms 0755 /opt/Typora-linux-x64/Typora
        fperms 4755 /opt/Typora-linux-x64/chrome-sandbox
        domenu "${FILESDIR}/Typora.desktop"

Reply via email to