diff options
author | 2013-11-02 20:34:53 +0100 | |
---|---|---|
committer | 2015-10-11 10:49:00 +0200 | |
commit | df61b455f7cb2744bd58aff25af8f111c86ec4fb (patch) | |
tree | da10c485ef5b344f7d8c58b19d99ab8347a0352e /dev-util/diffhelp | |
parent | Bump portage-bashrc-mv. eix: Remove IUSE=clang (diff) | |
download | mv-df61b455f7cb2744bd58aff25af8f111c86ec4fb.tar.gz mv-df61b455f7cb2744bd58aff25af8f111c86ec4fb.tar.bz2 mv-df61b455f7cb2744bd58aff25af8f111c86ec4fb.zip |
Shebang care with many bumps
Diffstat (limited to 'dev-util/diffhelp')
-rw-r--r-- | dev-util/diffhelp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/diffhelp/diffhelp-1.6-r1.ebuild (renamed from dev-util/diffhelp/diffhelp-1.6.ebuild) | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog index ee6f0b74..bd058b68 100644 --- a/dev-util/diffhelp/ChangeLog +++ b/dev-util/diffhelp/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*diffhelp-1.6-r1 (02 Nov 2013) + + 02 Nov 2013; Martin Väth <martin@mvath.de>: + Shebang care + *diffhelp-1.6 (09 Oct 2013) 09 Oct 2013; Martin Väth <martin@mvath.de>: diff --git a/dev-util/diffhelp/diffhelp-1.6.ebuild b/dev-util/diffhelp/diffhelp-1.6-r1.ebuild index a22d30a4..cb73acad 100644 --- a/dev-util/diffhelp/diffhelp-1.6.ebuild +++ b/dev-util/diffhelp/diffhelp-1.6-r1.ebuild @@ -16,6 +16,9 @@ KEYWORDS="~amd64 ~x86" IUSE="" src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"$(command -v sh)"'"' \ + -- "${PN}" || die epatch_user } |