summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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"
}