commit: f41039250c5711a6fa420f08afaf779f4b77fab9
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 10:01:23 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 10:01:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4103925
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
www-apps/novnc/novnc-0.6.2.ebuild | 2 +-
www-apps/novnc/novnc-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-apps/novnc/novnc-0.6.2.ebuild
b/www-apps/novnc/novnc-0.6.2.ebuild
index 9468eefc9f4..31b6c2fa9e4 100644
--- a/www-apps/novnc/novnc-0.6.2.ebuild
+++ b/www-apps/novnc/novnc-0.6.2.ebuild
@@ -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
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 78a81ae6079..410adf2ae51 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -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