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 5E693139085 for ; Mon, 6 Feb 2017 20:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 806AE21C06C; Mon, 6 Feb 2017 20:14:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E4CB21C03C for ; Mon, 6 Feb 2017 20:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69A5B341699 for ; Mon, 6 Feb 2017 20:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11C623DC9 for ; Mon, 6 Feb 2017 20:14:40 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1486412051.f3be4bf57e5a1ea08191901c2cd17aca257d89cb.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/files/0.10.0-refind-install-symlink.patch X-VCS-Directories: sys-boot/refind/files/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: f3be4bf57e5a1ea08191901c2cd17aca257d89cb X-VCS-Branch: master Date: Mon, 6 Feb 2017 20:14:40 +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: acf71602-2958-4c82-822c-79beaaff5fe9 X-Archives-Hash: 2670d957f3e143d5ade148e8c0089c97 commit: f3be4bf57e5a1ea08191901c2cd17aca257d89cb Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Mon Feb 6 16:57:04 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Feb 6 20:14:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3be4bf5 sys-boot/refind: remove unused patch .../refind/files/0.10.0-refind-install-symlink.patch | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/sys-boot/refind/files/0.10.0-refind-install-symlink.patch b/sys-boot/refind/files/0.10.0-refind-install-symlink.patch deleted file mode 100644 index 868bc86..00000000 --- a/sys-boot/refind/files/0.10.0-refind-install-symlink.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/refind-install b/refind-install -index 0f4accd..07f2b35 100755 ---- a/refind-install -+++ b/refind-install -@@ -1168,7 +1168,13 @@ InstallOnLinux() { - # install under OS X or Linux, depending on the detected platform. - # - GetParams "$@" --ThisDir="$( cd -P "${BASH_SOURCE%/*}" && pwd )" -+ThisScript="${BASH_SOURCE[0]}" -+while [ -h "$ThisScript" ]; do -+ ThisDir="$( cd -P "$( dirname "$ThisScript" )" && pwd )" -+ ThisScript="$(readlink "$ThisScript")" -+ [[ $ThisScript != /* ]] && ThisScript="$ThisDir/$ThisScript" -+done -+ThisDir="$( cd -P "$( dirname "$ThisScript" )" && pwd )" - RefindDir="$ThisDir/refind" - if [[ $UID != 0 ]] ; then - echo "Not running as root; attempting to elevate privileges via sudo...."