summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeather Cynede <cynede@gentoo.org>2016-04-08 17:06:01 +0400
committerHeather Cynede <cynede@gentoo.org>2016-04-08 17:06:32 +0400
commit5ef36ff699cb6343c0f1207d84cf52a66c91c6bc (patch)
tree7b48e74d1b802b3d35ed03f7a8f2c77a6cf2194b
parentmail-filter/rspamd: version bump to 1.2.2 (fixes bug 579174) (diff)
downloadgentoo-5ef36ff699cb6343c0f1207d84cf52a66c91c6bc.tar.gz
gentoo-5ef36ff699cb6343c0f1207d84cf52a66c91c6bc.tar.bz2
gentoo-5ef36ff699cb6343c0f1207d84cf52a66c91c6bc.zip
app-editors/atom: installation fix
Package-Manager: portage-2.2.28
-rw-r--r--app-editors/atom/atom-1.6.2.ebuild4
1 files 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 9bb57d1c33ca..1524177b0aae 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
}