summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-11-22 05:11:58 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-11-22 05:11:58 +0000
commitdbed20c0507d4f89996ce1ec379826c6d4bc0d24 (patch)
treeb14e303a4b39f2671379e23990d2f5a2a424170f /dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild
parentInitial commit (diff)
downloadgentoo-2-dbed20c0507d4f89996ce1ec379826c6d4bc0d24.tar.gz
gentoo-2-dbed20c0507d4f89996ce1ec379826c6d4bc0d24.tar.bz2
gentoo-2-dbed20c0507d4f89996ce1ec379826c6d4bc0d24.zip
fix a prefix typo
(Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild')
-rw-r--r--dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild b/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild
index 5a24bdaf76f8..b76e4979a768 100644
--- a/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild
+++ b/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild,v 1.1 2012/11/18 08:30:30 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild,v 1.2 2012/11/22 05:11:58 ottxor Exp $
EAPI=5
@@ -42,5 +42,5 @@ src_configure() {
src_install() {
haskell-cabal_src_install
- use test && rm "${D}/usr/bin/hashed-storage-test"
+ use test && rm "${ED}/usr/bin/hashed-storage-test"
}