summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-12-17 22:36:50 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:04 +0200
commit49226624914539cfc68377dd98a61b7f65bf88d5 (patch)
treeb99a4ac192381954342b40c5defd003c1fb13f38 /sys-fs/squashmount
parentBump zsh, simplifying ebuild, improving live ebuild (diff)
downloadmv-49226624914539cfc68377dd98a61b7f65bf88d5.tar.gz
mv-49226624914539cfc68377dd98a61b7f65bf88d5.tar.bz2
mv-49226624914539cfc68377dd98a61b7f65bf88d5.zip
Fix paths of binaries and of sourced scripts
Diffstat (limited to 'sys-fs/squashmount')
-rw-r--r--sys-fs/squashmount/ChangeLog5
-rw-r--r--sys-fs/squashmount/squashmount-4.0-r1.ebuild (renamed from sys-fs/squashmount/squashmount-4.0.ebuild)2
2 files changed, 6 insertions, 1 deletions
diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog
index 873c0c0a..3dd87c08 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-4.0-r1 (17 Dec 2013)
+
+ 17 Dec 2013; Martin Väth <martin@mvath.de>:
+ Fix perl path
+
*squashmount-4.0 (24 Nov 2013)
24 Nov 2013; Martin Väth <martin@mvath.de>:
diff --git a/sys-fs/squashmount/squashmount-4.0.ebuild b/sys-fs/squashmount/squashmount-4.0-r1.ebuild
index 0c7e2cab..0e7727ea 100644
--- a/sys-fs/squashmount/squashmount-4.0.ebuild
+++ b/sys-fs/squashmount/squashmount-4.0-r1.ebuild
@@ -33,7 +33,7 @@ alias squashmount='noglob squashmount'"
src_prepare() {
use prefix || sed -i \
- -e '1s"^#!/usr/bin/env perl$"#!'"$(command -v perl)"'"' \
+ -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \
-- bin/* || die
epatch_user
}