mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
www-apps/novnc: fix install and create /usr/bin symlink
Closes: https://bugs.gentoo.org/714096 Closes: https://bugs.gentoo.org/714202 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
|
||||
else
|
||||
SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
S="${WORKDIR}/noVNC-${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
@@ -42,4 +43,5 @@ src_install() {
|
||||
insinto /usr/share/novnc
|
||||
doins -r vnc.html vnc_lite.html app/ core/ vendor/
|
||||
dosym vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
|
||||
dosym ../share/novnc/utils/launch.sh /usr/bin/novnc
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
|
||||
else
|
||||
SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
S="${WORKDIR}/noVNC-${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
@@ -42,4 +43,5 @@ src_install() {
|
||||
insinto /usr/share/novnc
|
||||
doins -r vnc.html vnc_lite.html app/ core/ vendor/
|
||||
dosym vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
|
||||
dosym ../share/novnc/utils/launch.sh /usr/bin/novnc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user