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 /dev-util/diffhelp
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 'dev-util/diffhelp')
-rw-r--r--dev-util/diffhelp/ChangeLog7
-rw-r--r--dev-util/diffhelp/diffhelp-1.7-r1.ebuild (renamed from dev-util/diffhelp/diffhelp-1.7.ebuild)2
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog
index 4f52d70e..131847fc 100644
--- a/dev-util/diffhelp/ChangeLog
+++ b/dev-util/diffhelp/ChangeLog
@@ -2,7 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
-*diffhelp-1.7 (21 Niv 2013)
+*diffhelp-1.7 (17 Dec 2013)
+
+ 17 Dec 2013; Martin Väth <martin@mvath.de>:
+ Fix sh path
+
+*diffhelp-1.7 (21 Nov 2013)
21 Nov 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/dev-util/diffhelp/diffhelp-1.7.ebuild b/dev-util/diffhelp/diffhelp-1.7-r1.ebuild
index 684562ce..6e7520de 100644
--- a/dev-util/diffhelp/diffhelp-1.7.ebuild
+++ b/dev-util/diffhelp/diffhelp-1.7-r1.ebuild
@@ -17,7 +17,7 @@ IUSE=""
src_prepare() {
use prefix || sed -i \
- -e '1s"^#!/usr/bin/env sh$"#!'"$(command -v sh)"'"' \
+ -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
-- "${PN}" || die
epatch_user
}