diff options
Diffstat (limited to 'app-shells/autojump/files/autojump-21.5.8-eprefix.patch')
-rw-r--r-- | app-shells/autojump/files/autojump-21.5.8-eprefix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-shells/autojump/files/autojump-21.5.8-eprefix.patch b/app-shells/autojump/files/autojump-21.5.8-eprefix.patch deleted file mode 100644 index 3daec004b32c..000000000000 --- a/app-shells/autojump/files/autojump-21.5.8-eprefix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- autojump-21.5.8/bin/autojump.sh -+++ autojump-21.5.8/bin/autojump.sh -@@ -11,8 +11,8 @@ - source ~/.autojump/etc/profile.d/autojump.${shell} - - # check global install --elif [ -s /etc/profile.d/autojump.${shell} ]; then -- source /etc/profile.d/autojump.${shell} -+elif [ -s "${EPREFIX}"/etc/profile.d/autojump.${shell} ]; then -+ source "${EPREFIX}"/etc/profile.d/autojump.${shell} - - # check custom install locations (modified by Homebrew or using --destdir option) - #custom# elif [ -s destdir_install/autojump.${shell} ]; then |