summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-08-15 00:29:07 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:50 +0200
commitccf0bd8d70549091d436fe4bb483b08104343f78 (patch)
treedf8eb75e74cc899e51b029752042e786ce88046c /app-portage
parentBumps to support systemd: squash_dir, firewall-mv (diff)
downloadmv-ccf0bd8d70549091d436fe4bb483b08104343f78.tar.gz
mv-ccf0bd8d70549091d436fe4bb483b08104343f78.tar.bz2
mv-ccf0bd8d70549091d436fe4bb483b08104343f78.zip
Bump squash_dir. Fix chklref path. Fix EPREFIX usage
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/trickyfetch/ChangeLog3
-rw-r--r--app-portage/trickyfetch/trickyfetch-8.1.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/app-portage/trickyfetch/ChangeLog b/app-portage/trickyfetch/ChangeLog
index 09a62ff5..7d7da7e5 100644
--- a/app-portage/trickyfetch/ChangeLog
+++ b/app-portage/trickyfetch/ChangeLog
@@ -4,6 +4,9 @@
*trickyfetch-8.1 (28 Jan 2013)
+ 14 Aug 2013; Martin Väth <martin@mvath.de>:
+ Simplify EPREFIX (without revision bump)
+
28 Jan 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/app-portage/trickyfetch/trickyfetch-8.1.ebuild b/app-portage/trickyfetch/trickyfetch-8.1.ebuild
index 7d39eac0..3c06d73d 100644
--- a/app-portage/trickyfetch/trickyfetch-8.1.ebuild
+++ b/app-portage/trickyfetch/trickyfetch-8.1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="zsh-completion"
src_prepare() {
- sed -i -e "s'\\(PATH=.\\)/etc'\\1${EPREFIX%/}/etc'" \
+ sed -i -e "s'\\(PATH=.\\)/etc'\\1${EPREFIX}/etc'" \
-- "${S}/bin/trickyfetch"
epatch_user
}