www-client/google-chrome-unstable: create /usr/bin/${PN} symlink
authorMike Gilbert <floppym@gentoo.org>
Sun, 10 Jul 2016 02:39:07 +0000 (22:39 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sun, 10 Jul 2016 02:39:24 +0000 (22:39 -0400)
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

www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8-r1.ebuild [moved from www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8.ebuild with 98% similarity]

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 3bc4b4422ae04d68631ffa05b41abf39f56a3580..733359b9573f68b9603156881b7c1e1cd8f0acee 100644 (file)
@@ -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