app-misc/detachtty: [QA] Use relative symlink target(s)
authorMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 10:46:03 +0000 (12:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 15:53:06 +0000 (17:53 +0200)
app-misc/detachtty/detachtty-9-r1.ebuild
app-misc/detachtty/detachtty-9.ebuild

index 875d2185173797e18d925dba8d983777a27723e9..4872c27d12f641f8dd296909c2b0d4caa357813c 100644 (file)
@@ -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
 }
index a284ddd85122efabb4009e7a1a4a154315f682f6..b24b044ecb56cf3bc98f45130afd510e67b82447 100644 (file)
@@ -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
 }