summaryrefslogtreecommitdiff
path: root/www-client/google-chrome-unstable
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-07-09 22:39:07 -0400
committerMike Gilbert <floppym@gentoo.org>2016-07-09 22:39:24 -0400
commitf493d67769cd91b87783dcb0a8f465c767746a0a (patch)
treeda9e65937205eb908a6cc32ee729c23304952822 /www-client/google-chrome-unstable
parent43530567d82b77127c6d729502905541aa40341d (diff)
downloadgentoo-f493d67769cd91b87783dcb0a8f465c767746a0a.tar.gz
gentoo-f493d67769cd91b87783dcb0a8f465c767746a0a.tar.xz
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 3bc4b4422ae..733359b9573 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