commit: 5ef36ff699cb6343c0f1207d84cf52a66c91c6bc
Author: Heather Cynede <cynede <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 13:06:01 2016 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 13:06:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef36ff6
app-editors/atom: installation fix
Package-Manager: portage-2.2.28
app-editors/atom/atom-1.6.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/atom/atom-1.6.2.ebuild
b/app-editors/atom/atom-1.6.2.ebuild
index 9bb57d1..1524177 100644
--- a/app-editors/atom/atom-1.6.2.ebuild
+++ b/app-editors/atom/atom-1.6.2.ebuild
@@ -81,6 +81,6 @@ src_install(){
fperms +x "/usr/share/${PN}/resources/app/apm/bin/node"
fperms +x
"/usr/share/${PN}/resources/app/apm/node_modules/npm/bin/node-gyp-bin/node-gyp"
# Symlinking to /usr/bin
- dosym "/usr/share/${PN}/resources/app/atom.sh /usr/bin/atom"
- dosym "/usr/share/${PN}/resources/app/apm/bin/apm /usr/bin/apm"
+ dosym "/usr/share/${PN}/resources/app/atom.sh" /usr/bin/atom
+ dosym "/usr/share/${PN}/resources/app/apm/bin/apm" /usr/bin/apm
}