summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-23 17:39:43 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-23 18:07:03 +0200
commit7169065f3cc96315d71c26ddeb0881f7b90e0110 (patch)
treecde8ce5c7af9e51ca341b163485ed54dc11c78c8 /app-editors/scite/scite-3.5.5.ebuild
parentapp-editors/neovim: [QA] Use relative symlink target(s) (diff)
downloadgentoo-7169065f3cc96315d71c26ddeb0881f7b90e0110.tar.gz
gentoo-7169065f3cc96315d71c26ddeb0881f7b90e0110.tar.bz2
gentoo-7169065f3cc96315d71c26ddeb0881f7b90e0110.zip
app-editors/scite: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-editors/scite/scite-3.5.5.ebuild')
-rw-r--r--app-editors/scite/scite-3.5.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/scite/scite-3.5.5.ebuild b/app-editors/scite/scite-3.5.5.ebuild
index a86d0184c3d2..e63650313670 100644
--- a/app-editors/scite/scite-3.5.5.ebuild
+++ b/app-editors/scite/scite-3.5.5.ebuild
@@ -73,7 +73,7 @@ src_install() {
# we have to keep this because otherwise it'll break upgrading
mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
- dosym /usr/bin/scite /usr/bin/SciTE
+ dosym scite /usr/bin/SciTE
# replace .desktop file with our own working version
rm -f "${ED}/usr/share/applications/SciTE.desktop" || die