diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-06 17:57:04 +0100 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-02-06 15:14:11 -0500 |
commit | f3be4bf57e5a1ea08191901c2cd17aca257d89cb (patch) | |
tree | 8a64f4aff3ea12e5e388df4f5058eccb56628692 /sys-boot/refind | |
parent | sys-apps/tuxonice-userui: remove unused patches (diff) | |
download | gentoo-f3be4bf57e5a1ea08191901c2cd17aca257d89cb.tar.gz gentoo-f3be4bf57e5a1ea08191901c2cd17aca257d89cb.tar.bz2 gentoo-f3be4bf57e5a1ea08191901c2cd17aca257d89cb.zip |
sys-boot/refind: remove unused patch
Diffstat (limited to 'sys-boot/refind')
-rw-r--r-- | sys-boot/refind/files/0.10.0-refind-install-symlink.patch | 19 |
1 files changed, 0 insertions, 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 868bc86962ba..000000000000 --- 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...." |