commit:     f493d67769cd91b87783dcb0a8f465c767746a0a
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 02:39:07 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 02:39:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f493d677

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

 ...e-53.0.2785.8.ebuild => google-chrome-unstable-53.0.2785.8-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

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
similarity index 98%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8-r1.ebuild
index 3bc4b44..733359b 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

Reply via email to