From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE9371396D0 for ; Sun, 3 Sep 2017 08:34:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2599B1FC018; Sun, 3 Sep 2017 08:34:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E55EC1FC018 for ; Sun, 3 Sep 2017 08:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22539340988 for ; Sun, 3 Sep 2017 08:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E0BB8C62 for ; Sun, 3 Sep 2017 08:34:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504427656.33df36e05ece447d163a4cb97dd34ef06356b198.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-8.25.ebuild sys-apps/coreutils/coreutils-8.26.ebuild sys-apps/coreutils/coreutils-8.27.ebuild sys-apps/coreutils/coreutils-8.28.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 33df36e05ece447d163a4cb97dd34ef06356b198 X-VCS-Branch: master Date: Sun, 3 Sep 2017 08:34:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4c296177-8bcb-4453-a628-7b127dea4ddb X-Archives-Hash: df0f5c35aba33f008b390b71c26a8bca commit: 33df36e05ece447d163a4cb97dd34ef06356b198 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 3 07:15:38 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 3 08:34:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33df36e0 sys-apps/coreutils: [QA] Use relative symlink target(s) sys-apps/coreutils/coreutils-8.25.ebuild | 2 +- sys-apps/coreutils/coreutils-8.26.ebuild | 2 +- sys-apps/coreutils/coreutils-8.27.ebuild | 2 +- sys-apps/coreutils/coreutils-8.28.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/coreutils/coreutils-8.25.ebuild b/sys-apps/coreutils/coreutils-8.25.ebuild index d8aff7d5b0c..b3cd594d618 100644 --- a/sys-apps/coreutils/coreutils-8.25.ebuild +++ b/sys-apps/coreutils/coreutils-8.25.ebuild @@ -156,7 +156,7 @@ src_install() { # create a symlink for uname in /usr/bin/ since autotools require it local x for x in ${com} uname ; do - dosym /bin/${x} /usr/bin/${x} + dosym ../../bin/${x} /usr/bin/${x} done else # For now, drop the man pages, collides with the ones of the system. diff --git a/sys-apps/coreutils/coreutils-8.26.ebuild b/sys-apps/coreutils/coreutils-8.26.ebuild index 1d6e4537ebf..814e340e615 100644 --- a/sys-apps/coreutils/coreutils-8.26.ebuild +++ b/sys-apps/coreutils/coreutils-8.26.ebuild @@ -156,7 +156,7 @@ src_install() { # create a symlink for uname in /usr/bin/ since autotools require it local x for x in ${com} uname ; do - dosym /bin/${x} /usr/bin/${x} + dosym ../../bin/${x} /usr/bin/${x} done else # For now, drop the man pages, collides with the ones of the system. diff --git a/sys-apps/coreutils/coreutils-8.27.ebuild b/sys-apps/coreutils/coreutils-8.27.ebuild index d840b2b2e8b..396636ee5d9 100644 --- a/sys-apps/coreutils/coreutils-8.27.ebuild +++ b/sys-apps/coreutils/coreutils-8.27.ebuild @@ -156,7 +156,7 @@ src_install() { # create a symlink for uname in /usr/bin/ since autotools require it local x for x in ${com} uname ; do - dosym /bin/${x} /usr/bin/${x} + dosym ../../bin/${x} /usr/bin/${x} done else # For now, drop the man pages, collides with the ones of the system. diff --git a/sys-apps/coreutils/coreutils-8.28.ebuild b/sys-apps/coreutils/coreutils-8.28.ebuild index 29e54c3af1c..a7253367560 100644 --- a/sys-apps/coreutils/coreutils-8.28.ebuild +++ b/sys-apps/coreutils/coreutils-8.28.ebuild @@ -156,7 +156,7 @@ src_install() { # create a symlink for uname in /usr/bin/ since autotools require it local x for x in ${com} uname ; do - dosym /bin/${x} /usr/bin/${x} + dosym ../../bin/${x} /usr/bin/${x} done else # For now, drop the man pages, collides with the ones of the system.