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:57:14
Message-Id: 1618491427.3e1f08edafd6aea935f25069d065294f74156ea9.andrewammerlaan@gentoo
1 commit: 3e1f08edafd6aea935f25069d065294f74156ea9
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Apr 15 12:57:07 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu Apr 15 12:57:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e1f08ed
7
8 app-editors/typora-bin: fix order of dosym
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 app-editors/typora-bin/typora-bin-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild
17 index 0152b8e01..2e2f39bf0 100644
18 --- a/app-editors/typora-bin/typora-bin-9999.ebuild
19 +++ b/app-editors/typora-bin/typora-bin-9999.ebuild
20 @@ -33,7 +33,7 @@ src_install() {
21 insinto /opt/
22 doins -r "${S}"
23 newicon "$S/resources/app/asserts/icon/icon_512x512@××.png" "${PN}.png"
24 - dosym /opt/Typora-linux-x64/Typora ../../usr/bin/Typora
25 + dosym ../../opt/Typora-linux-x64/Typora /usr/bin/Typora
26 fperms 0755 /opt/Typora-linux-x64/Typora
27 fperms 4755 /opt/Typora-linux-x64/chrome-sandbox
28 domenu "${FILESDIR}/Typora.desktop"