commit: 03b88cdb7726dc12947c7cd0de007505510966dc Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sat Feb 1 07:52:08 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Feb 1 07:52:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b88cdb
net-misc/chrome-remote-desktop: fix CI issues - MissingSlash, - VariableInHomepage. Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-misc/chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild b/net-misc/chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild index 1811ba66f48..a4c723ac7f2 100644 --- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild +++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild @@ -22,7 +22,8 @@ inherit unpacker eutils python-single-r1 l10n DESCRIPTION="access remote computers via Chrome!" PLUGIN_URL="https://chrome.google.com/remotedesktop" -HOMEPAGE="https://support.google.com/chrome/answer/1649523 ${PLUGIN_URL}" +HOMEPAGE="https://support.google.com/chrome/answer/1649523 + https://chrome.google.com/remotedesktop" BASE_URI="https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/${PN}/${PN}_${PV}" SRC_URI="amd64? ( ${BASE_URI}_amd64.deb )" @@ -125,7 +126,7 @@ pkg_postinst() { elog "(2) headless system" elog " (a) install the Chrome plugin on the client:" elog " ${PLUGIN_URL}" - elog " (b) run ${EPREFIX}opt/google/chrome-remote-desktop/start-host --help to get the auth URL" + elog " (b) run ${EPREFIX}/opt/google/chrome-remote-desktop/start-host --help to get the auth URL" elog " (c) when it redirects you to a blank page, look at the URL for a code=XXX field" elog " (d) run start-host again, and past the code when asked for an authorization code" elog " (e) on the client, connect to the server"
