diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-07-09 22:39:07 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-07-09 22:39:24 -0400 |
commit | f493d67769cd91b87783dcb0a8f465c767746a0a (patch) | |
tree | da9e65937205eb908a6cc32ee729c23304952822 /www-client/google-chrome-unstable | |
parent | app-emulation/winetricks: Remove old version. (diff) | |
download | gentoo-f493d67769cd91b87783dcb0a8f465c767746a0a.tar.gz gentoo-f493d67769cd91b87783dcb0a8f465c767746a0a.tar.bz2 gentoo-f493d67769cd91b87783dcb0a8f465c767746a0a.zip |
www-client/google-chrome-unstable: create /usr/bin/${PN} symlink
It appears this is no longer included in the data.tar archive; instead, the
postinst script creates it when installed using dpkg.
https://bugs.gentoo.org/588318
Package-Manager: portage-2.3.0_p11
Diffstat (limited to 'www-client/google-chrome-unstable')
-rw-r--r-- | www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8-r1.ebuild (renamed from www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8-r1.ebuild index 3bc4b4422ae0..733359b9573f 100644 --- a/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8.ebuild +++ b/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8-r1.ebuild @@ -127,6 +127,7 @@ src_install() { insinto / doins -r opt usr + dosym "/${CHROME_HOME}/${PN}" "/usr/bin/${PN}" find "${ED}" -type d -empty -delete || die chmod 755 "${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}} || die |