From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/files/
Date: Mon, 6 Feb 2017 20:14:40 +0000 (UTC) [thread overview]
Message-ID: <1486412051.f3be4bf57e5a1ea08191901c2cd17aca257d89cb.gokturk@gentoo> (raw)
commit: f3be4bf57e5a1ea08191901c2cd17aca257d89cb
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Feb 6 16:57:04 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> 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...."
next reply other threads:[~2017-02-06 20:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-06 20:14 Göktürk Yüksek [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-23 11:58 [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/files/ Conrad Kostecki
2024-06-22 18:54 Conrad Kostecki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1486412051.f3be4bf57e5a1ea08191901c2cd17aca257d89cb.gokturk@gentoo \
--to=gokturk@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox