diff --git a/app-editors/atom/atom-1.6.2.ebuild b/app-editors/atom/atom-1.6.2.ebuild index 9bb57d1c33cab..1524177b0aae4 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 }