summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-01-29 13:14:16 +0900
committerMike Gilbert <floppym@gentoo.org>2014-04-07 10:03:08 -0400
commit6d6a425ff016261fd68de877d62b8b27492d0144 (patch)
treeb148d86b52ceb9bf0c8f4c8f86542197aefe21cf
parentSource /etc/init.d/functions.sh as a fallback. (diff)
downloadpython-updater-6d6a425ff016261fd68de877d62b8b27492d0144.tar.gz
python-updater-6d6a425ff016261fd68de877d62b8b27492d0144.tar.bz2
python-updater-6d6a425ff016261fd68de877d62b8b27492d0144.zip
Update sed search path
-rw-r--r--python-updater.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-updater.in b/python-updater.in
index 2e5de5b..e66fc07 100644
--- a/python-updater.in
+++ b/python-updater.in
@@ -505,7 +505,7 @@ while (($#)); do
done
if [[ "${PMS_COMMAND[${PMS_INDEX}]}" == "emerge" ]]; then
- sed="$("@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python -c "import os; print(os.path.dirname(os.path.realpath('$(type -p emerge)')))")/ebuild-helpers/sed"
+ sed="$("@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python -c "import os; print(os.path.dirname(os.path.realpath('$(type -p emerge)')))")/ebuild-helpers/bsd/sed"
if [[ -x "${sed}" ]]; then
alias sed="${sed}"
fi