summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-11-02 20:34:53 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:00 +0200
commitdf61b455f7cb2744bd58aff25af8f111c86ec4fb (patch)
treeda10c485ef5b344f7d8c58b19d99ab8347a0352e /media-video/video-mv
parentBump portage-bashrc-mv. eix: Remove IUSE=clang (diff)
downloadmv-df61b455f7cb2744bd58aff25af8f111c86ec4fb.tar.gz
mv-df61b455f7cb2744bd58aff25af8f111c86ec4fb.tar.bz2
mv-df61b455f7cb2744bd58aff25af8f111c86ec4fb.zip
Shebang care with many bumps
Diffstat (limited to 'media-video/video-mv')
-rw-r--r--media-video/video-mv/ChangeLog5
-rw-r--r--media-video/video-mv/video-mv-7.10-r1.ebuild (renamed from media-video/video-mv/video-mv-7.10.ebuild)3
2 files changed, 8 insertions, 0 deletions
diff --git a/media-video/video-mv/ChangeLog b/media-video/video-mv/ChangeLog
index 690b9e8a..44bd3acb 100644
--- a/media-video/video-mv/ChangeLog
+++ b/media-video/video-mv/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*video-mv-7.10-r1 (02 Nov 2013)
+
+ 02 Nov 2013; Martin Väth <martin@mvath.de>:
+ Shebang care
+
*video-mv-7.10 (20 Oct 2013)
20 Oct 2013; Martin Väth <martin@mvath.de>:
diff --git a/media-video/video-mv/video-mv-7.10.ebuild b/media-video/video-mv/video-mv-7.10-r1.ebuild
index 560d2ff4..daf7e84f 100644
--- a/media-video/video-mv/video-mv-7.10.ebuild
+++ b/media-video/video-mv/video-mv-7.10-r1.ebuild
@@ -27,6 +27,9 @@ zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
into your ~/.zshrc or /etc/zshrc for case-insensitive matching."
src_prepare() {
+ use prefix || sed -i \
+ -e '1s"^#!/usr/bin/env sh$"#!'"$(command -v sh)"'"' \
+ -- bin/* || die
epatch_user
}