aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-15 14:57:07 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-15 14:57:07 +0200
commit3e1f08edafd6aea935f25069d065294f74156ea9 (patch)
treee93cae023b65b2a5017f4e7504fd0cdac2751fc9 /app-editors
parentmedia-gfx/akira: fix typos in ebuilds. (diff)
downloadguru-3e1f08edafd6aea935f25069d065294f74156ea9.tar.gz
guru-3e1f08edafd6aea935f25069d065294f74156ea9.tar.bz2
guru-3e1f08edafd6aea935f25069d065294f74156ea9.zip
app-editors/typora-bin: fix order of dosym
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/typora-bin/typora-bin-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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/icon_512x512@2x.png" "${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"