mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
www-apps/novnc: [QA] Use complete path as second argument of dosym.
Also make a relative symlink rather than absolute. Bug: 379899 Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
parent
182444c044
commit
f41039250c
@ -47,7 +47,7 @@ src_install() {
|
||||
cp -pPR *.html "${D}/usr/share/novnc/"
|
||||
cp -pPR include/* "${D}/usr/share/novnc/include/"
|
||||
cp -pPR images/* "${D}/usr/share/novnc/images/"
|
||||
dosym /usr/share/novnc/images/favicon.ico /usr/share/novnc/
|
||||
dosym images/favicon.ico /usr/share/novnc/favicon.ico
|
||||
|
||||
newconfd "${FILESDIR}/noVNC.confd" noVNC
|
||||
newinitd "${FILESDIR}/noVNC.initd" noVNC
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@ -47,7 +47,7 @@ src_install() {
|
||||
cp -pPR *.html "${D}/usr/share/novnc/"
|
||||
cp -pPR include/* "${D}/usr/share/novnc/include/"
|
||||
cp -pPR images/* "${D}/usr/share/novnc/images/"
|
||||
dosym /usr/share/novnc/images/favicon.ico /usr/share/novnc/
|
||||
dosym images/favicon.ico /usr/share/novnc/favicon.ico
|
||||
|
||||
newconfd "${FILESDIR}/noVNC.confd" noVNC
|
||||
newinitd "${FILESDIR}/noVNC.initd" noVNC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user