projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b794dcb
)
app-editors/atom: installation fix
author
Heather Cynede
<cynede@gentoo.org>
Fri, 8 Apr 2016 13:06:01 +0000
(17:06 +0400)
committer
Heather Cynede
<cynede@gentoo.org>
Fri, 8 Apr 2016 13:06:32 +0000
(17:06 +0400)
Package-Manager: portage-2.2.28
app-editors/atom/atom-1.6.2.ebuild
patch
|
blob
|
history
diff --git
a/app-editors/atom/atom-1.6.2.ebuild
b/app-editors/atom/atom-1.6.2.ebuild
index 9bb57d1c33cab7eefe284bccf57b9fee116f7b99..1524177b0aae43770e05441d5ab7b1bb0b78fad9 100644
(file)
--- 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
}