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 /sys-fs/squashmount
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 'sys-fs/squashmount')
-rw-r--r--sys-fs/squashmount/ChangeLog5
-rw-r--r--sys-fs/squashmount/squashmount-3.7-r1.ebuild (renamed from sys-fs/squashmount/squashmount-3.7.ebuild)3
2 files changed, 8 insertions, 0 deletions
diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog
index efd1398a..2f80422a 100644
--- a/sys-fs/squashmount/ChangeLog
+++ b/sys-fs/squashmount/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*squashmount-3.7-r1 (02 Nov 2013)
+
+ 02 Nov 2013; Martin Väth <martin@mvath.de>:
+ Shebang care
+
*squashmount-3.7 (22 Oct 2013)
22 Oct 2013; Martin Väth <martin@mvath.de>:
diff --git a/sys-fs/squashmount/squashmount-3.7.ebuild b/sys-fs/squashmount/squashmount-3.7-r1.ebuild
index 332b2f27..2b2686a6 100644
--- a/sys-fs/squashmount/squashmount-3.7.ebuild
+++ b/sys-fs/squashmount/squashmount-3.7-r1.ebuild
@@ -32,6 +32,9 @@ It is recommended to put into your zshrc the line:
alias squashmount='noglob squashmount'"
src_prepare() {
+ use prefix || sed -i \
+ -e '1s"^#!/usr/bin/env perl$"#!'"$(command -v perl)"'"' \
+ -- bin/* || die
epatch_user
}