From f4bcd5fcf8c3f0fc6db6708e30189e850366601f Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 15 Apr 2021 14:38:03 +0200 Subject: [PATCH] app-editors/typora-bin: fix dosym Closes: https://bugs.gentoo.org/782862 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- 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 fc1051d6e9..0152b8e012 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/icon_512x512@2x.png" "${PN}.png" - dosym -r /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"