diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-02-01 09:52:08 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-02-01 09:52:08 +0200 |
commit | 03b88cdb7726dc12947c7cd0de007505510966dc (patch) | |
tree | 18e10d2b7177f603631dbee967397c19bf3f9fc8 /net-misc | |
parent | sci-mathematics/nestedsums: fix CI issues (diff) | |
download | gentoo-03b88cdb7726dc12947c7cd0de007505510966dc.tar.gz gentoo-03b88cdb7726dc12947c7cd0de007505510966dc.tar.bz2 gentoo-03b88cdb7726dc12947c7cd0de007505510966dc.zip |
net-misc/chrome-remote-desktop: fix CI issues
- MissingSlash,
- VariableInHomepage.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild | 5 |
1 files 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 1811ba66f489..a4c723ac7f20 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" |