diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-04-19 07:26:29 +0200 |
---|---|---|
committer | Marco Scardovi <marco@scardovi.com> | 2021-04-19 07:28:57 +0200 |
commit | e69ab1ad56858706adda29378ba3b96edc006f07 (patch) | |
tree | 58f5c9c9c39c9cf9fae33902b70a6050fecc7e18 /app-editors | |
parent | gui-apps/foot: Disable -Werror (diff) | |
download | guru-e69ab1ad56858706adda29378ba3b96edc006f07.tar.gz guru-e69ab1ad56858706adda29378ba3b96edc006f07.tar.bz2 guru-e69ab1ad56858706adda29378ba3b96edc006f07.zip |
app-editors/atom-bin:
I'm sorry for the bug, it worked on my device.
Closes: https://bugs.gentoo.org/783861
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/atom-bin/atom-bin-1.56.0-r4.ebuild (renamed from app-editors/atom-bin/atom-bin-1.56.0-r3.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-editors/atom-bin/atom-bin-1.56.0-r3.ebuild b/app-editors/atom-bin/atom-bin-1.56.0-r4.ebuild index 821471077..110522639 100644 --- a/app-editors/atom-bin/atom-bin-1.56.0-r3.ebuild +++ b/app-editors/atom-bin/atom-bin-1.56.0-r4.ebuild @@ -64,7 +64,9 @@ src_install(){ # I will use only npm provided with package itself # as nodejs is not required to make it working (and it is really big). - fperms +x /opt/"${PN}"/resources/app/apm/bin/* + fperms +x /opt/"${PN}"/resources/app/apm/bin/apm + fperms +x /opt/"${PN}"/resources/app/apm/bin/node + fperms +x /opt/"${PN}"/resources/app/apm/bin/npm doicon atom.png make_desktop_entry "/opt/atom-bin/atom %U" "Atom" "atom" \ |