Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
Date: Thu, 15 Apr 2021 12:38:14
Message-Id: 1618490283.f4bcd5fcf8c3f0fc6db6708e30189e850366601f.andrewammerlaan@gentoo
1 commit: f4bcd5fcf8c3f0fc6db6708e30189e850366601f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Apr 15 12:38:03 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu Apr 15 12:38:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4bcd5fc
7
8 app-editors/typora-bin: fix dosym
9
10 Closes: https://bugs.gentoo.org/782862
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
13
14 app-editors/typora-bin/typora-bin-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild
18 index fc1051d6e..0152b8e01 100644
19 --- a/app-editors/typora-bin/typora-bin-9999.ebuild
20 +++ b/app-editors/typora-bin/typora-bin-9999.ebuild
21 @@ -33,7 +33,7 @@ src_install() {
22 insinto /opt/
23 doins -r "${S}"
24 newicon "$S/resources/app/asserts/icon/icon_512x512@××.png" "${PN}.png"
25 - dosym -r /opt/Typora-linux-x64/Typora /usr/bin/Typora
26 + dosym /opt/Typora-linux-x64/Typora ../../usr/bin/Typora
27 fperms 0755 /opt/Typora-linux-x64/Typora
28 fperms 4755 /opt/Typora-linux-x64/chrome-sandbox
29 domenu "${FILESDIR}/Typora.desktop"