commit: a0afe147434162b40039fab3006a911b018b375c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 10:46:03 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 15:53:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0afe147
app-misc/detachtty: [QA] Use relative symlink target(s)
app-misc/detachtty/detachtty-9-r1.ebuild | 2 +-
app-misc/detachtty/detachtty-9.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/detachtty/detachtty-9-r1.ebuild
b/app-misc/detachtty/detachtty-9-r1.ebuild
index 875d2185173..4872c27d12f 100644
--- a/app-misc/detachtty/detachtty-9-r1.ebuild
+++ b/app-misc/detachtty/detachtty-9-r1.ebuild
@@ -24,6 +24,6 @@ src_compile() {
src_install() {
dobin "${PN}" attachtty
doman "${PN}.1"
- dosym /usr/share/man/man1/detachtty.1 /usr/share/man/man1/attachtty.1
+ dosym detachtty.1 /usr/share/man/man1/attachtty.1
einstalldocs
}
diff --git a/app-misc/detachtty/detachtty-9.ebuild
b/app-misc/detachtty/detachtty-9.ebuild
index a284ddd8512..b24b044ecb5 100644
--- a/app-misc/detachtty/detachtty-9.ebuild
+++ b/app-misc/detachtty/detachtty-9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit toolchain-funcs
@@ -21,6 +21,6 @@ src_compile() {
src_install() {
dobin detachtty attachtty || die
doman detachtty.1 || die
- dosym /usr/share/man/man1/detachtty.1 /usr/share/man/man1/attachtty.1
+ dosym detachtty.1 /usr/share/man/man1/attachtty.1
dodoc INSTALL README || die
}