Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
Date: Mon, 17 Apr 2017 10:01:54
Message-Id: 1492423299.f41039250c5711a6fa420f08afaf779f4b77fab9.ulm@gentoo
1 commit: f41039250c5711a6fa420f08afaf779f4b77fab9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 10:01:23 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 10:01:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4103925
7
8 www-apps/novnc: [QA] Use complete path as second argument of dosym.
9
10 Also make a relative symlink rather than absolute.
11
12 Bug: 379899
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2
14
15 www-apps/novnc/novnc-0.6.2.ebuild | 2 +-
16 www-apps/novnc/novnc-9999.ebuild | 4 ++--
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild
20 index 9468eefc9f4..31b6c2fa9e4 100644
21 --- a/www-apps/novnc/novnc-0.6.2.ebuild
22 +++ b/www-apps/novnc/novnc-0.6.2.ebuild
23 @@ -47,7 +47,7 @@ src_install() {
24 cp -pPR *.html "${D}/usr/share/novnc/"
25 cp -pPR include/* "${D}/usr/share/novnc/include/"
26 cp -pPR images/* "${D}/usr/share/novnc/images/"
27 - dosym /usr/share/novnc/images/favicon.ico /usr/share/novnc/
28 + dosym images/favicon.ico /usr/share/novnc/favicon.ico
29
30 newconfd "${FILESDIR}/noVNC.confd" noVNC
31 newinitd "${FILESDIR}/noVNC.initd" noVNC
32
33 diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
34 index 78a81ae6079..410adf2ae51 100644
35 --- a/www-apps/novnc/novnc-9999.ebuild
36 +++ b/www-apps/novnc/novnc-9999.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2016 Gentoo Foundation
39 +# Copyright 1999-2017 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=5
43 @@ -47,7 +47,7 @@ src_install() {
44 cp -pPR *.html "${D}/usr/share/novnc/"
45 cp -pPR include/* "${D}/usr/share/novnc/include/"
46 cp -pPR images/* "${D}/usr/share/novnc/images/"
47 - dosym /usr/share/novnc/images/favicon.ico /usr/share/novnc/
48 + dosym images/favicon.ico /usr/share/novnc/favicon.ico
49
50 newconfd "${FILESDIR}/noVNC.confd" noVNC
51 newinitd "${FILESDIR}/noVNC.initd" noVNC