Skip to content

Commit

Permalink
app-editors/atom: installation fix
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
cnd committed Apr 8, 2016
1 parent b794dcb commit 5ef36ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-editors/atom/atom-1.6.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 5ef36ff

Please sign in to comment.