summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/termcolors-mv')
-rw-r--r--app-shells/termcolors-mv/ChangeLog5
-rw-r--r--app-shells/termcolors-mv/termcolors-mv-3.2-r1.ebuild (renamed from app-shells/termcolors-mv/termcolors-mv-3.2.ebuild)4
2 files changed, 7 insertions, 2 deletions
diff --git a/app-shells/termcolors-mv/ChangeLog b/app-shells/termcolors-mv/ChangeLog
index 4176d892..bf64bb13 100644
--- a/app-shells/termcolors-mv/ChangeLog
+++ b/app-shells/termcolors-mv/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*termcolors-3.2-r1 (17 Dec 2013)
+
+ 17 Dec 2013; Martin Väth <martin@mvath.de>:
+ Fix sh and perl paths
+
*termcolors-3.2 (21 Nov 2013)
21 Nov 2013; Martin Väth <martin@mvath.de>:
diff --git a/app-shells/termcolors-mv/termcolors-mv-3.2.ebuild b/app-shells/termcolors-mv/termcolors-mv-3.2-r1.ebuild
index b34d742f..cfbed2c7 100644
--- a/app-shells/termcolors-mv/termcolors-mv-3.2.ebuild
+++ b/app-shells/termcolors-mv/termcolors-mv-3.2-r1.ebuild
@@ -27,8 +27,8 @@ For zsh, this happens if you use zshrc-mv"
src_prepare() {
use prefix || sed -i \
- -e '1s"^#!/usr/bin/env sh$"#!'"$(command -v sh)"'"' \
- -e '1s"^#!/usr/bin/env perl$"#!'"$(command -v perl)"'"' \
+ -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
+ -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \
-- bin/* || die
epatch_user
}