Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/files/
Date: Mon, 06 Feb 2017 20:14:43
Message-Id: 1486412051.f3be4bf57e5a1ea08191901c2cd17aca257d89cb.gokturk@gentoo
1 commit: f3be4bf57e5a1ea08191901c2cd17aca257d89cb
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 6 16:57:04 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 20:14:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3be4bf5
7
8 sys-boot/refind: remove unused patch
9
10 .../refind/files/0.10.0-refind-install-symlink.patch | 19 -------------------
11 1 file changed, 19 deletions(-)
12
13 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
14 deleted file mode 100644
15 index 868bc86..00000000
16 --- a/sys-boot/refind/files/0.10.0-refind-install-symlink.patch
17 +++ /dev/null
18 @@ -1,19 +0,0 @@
19 -diff --git a/refind-install b/refind-install
20 -index 0f4accd..07f2b35 100755
21 ---- a/refind-install
22 -+++ b/refind-install
23 -@@ -1168,7 +1168,13 @@ InstallOnLinux() {
24 - # install under OS X or Linux, depending on the detected platform.
25 - #
26 - GetParams "$@"
27 --ThisDir="$( cd -P "${BASH_SOURCE%/*}" && pwd )"
28 -+ThisScript="${BASH_SOURCE[0]}"
29 -+while [ -h "$ThisScript" ]; do
30 -+ ThisDir="$( cd -P "$( dirname "$ThisScript" )" && pwd )"
31 -+ ThisScript="$(readlink "$ThisScript")"
32 -+ [[ $ThisScript != /* ]] && ThisScript="$ThisDir/$ThisScript"
33 -+done
34 -+ThisDir="$( cd -P "$( dirname "$ThisScript" )" && pwd )"
35 - RefindDir="$ThisDir/refind"
36 - if [[ $UID != 0 ]] ; then
37 - echo "Not running as root; attempting to elevate privileges via sudo...."