Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unp/
Date: Tue, 22 Aug 2017 19:59:59
Message-Id: 1503431984.e55875404bfbf9b965d139e431fcc280532a3534.mgorny@gentoo
1 commit: e55875404bfbf9b965d139e431fcc280532a3534
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 22 19:55:46 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 19:59:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5587540
7
8 app-arch/unp: [QA] Use relative symlink target(s)
9
10 app-arch/unp/unp-2.0_pre7.ebuild | 2 +-
11 app-arch/unp/unp-2.0_pre7_p1-r1.ebuild | 2 +-
12 app-arch/unp/unp-2.0_pre7_p1.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-arch/unp/unp-2.0_pre7.ebuild b/app-arch/unp/unp-2.0_pre7.ebuild
16 index 94690a7842f..517595fd46e 100644
17 --- a/app-arch/unp/unp-2.0_pre7.ebuild
18 +++ b/app-arch/unp/unp-2.0_pre7.ebuild
19 @@ -29,7 +29,7 @@ src_compile() {
20
21 src_install() {
22 dobin unp || die "dobin failed"
23 - dosym /usr/bin/unp /usr/bin/ucat
24 + dosym unp /usr/bin/ucat
25 doman debian/unp.1 || die "doman failed"
26 dodoc debian/changelog debian/README.Debian
27 dobashcomp bash_completion.d/unp
28
29 diff --git a/app-arch/unp/unp-2.0_pre7_p1-r1.ebuild b/app-arch/unp/unp-2.0_pre7_p1-r1.ebuild
30 index 6b53df722a1..c2ad30c7476 100644
31 --- a/app-arch/unp/unp-2.0_pre7_p1-r1.ebuild
32 +++ b/app-arch/unp/unp-2.0_pre7_p1-r1.ebuild
33 @@ -37,7 +37,7 @@ src_compile() {
34
35 src_install() {
36 dobin unp || die "dobin failed"
37 - dosym /usr/bin/unp /usr/bin/ucat
38 + dosym unp /usr/bin/ucat
39 doman debian/unp.1 || die "doman failed"
40 dodoc debian/changelog debian/README.Debian
41 dobashcomp bash_completion.d/unp
42
43 diff --git a/app-arch/unp/unp-2.0_pre7_p1.ebuild b/app-arch/unp/unp-2.0_pre7_p1.ebuild
44 index bcc61c85909..fae53e4e73b 100644
45 --- a/app-arch/unp/unp-2.0_pre7_p1.ebuild
46 +++ b/app-arch/unp/unp-2.0_pre7_p1.ebuild
47 @@ -35,7 +35,7 @@ src_compile() {
48
49 src_install() {
50 dobin unp || die "dobin failed"
51 - dosym /usr/bin/unp /usr/bin/ucat
52 + dosym unp /usr/bin/ucat
53 doman debian/unp.1 || die "doman failed"
54 dodoc debian/changelog debian/README.Debian
55 dobashcomp bash_completion.d/unp