summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild')
-rw-r--r--apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild b/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild
index 50e61a2..5098605 100644
--- a/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild
+++ b/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild
@@ -2,8 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit multilib
-
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Safer memory allocator."
@@ -17,11 +15,9 @@ DEPEND=""
RDEPEND=""
src_compile() {
- sed -e "s|/usr/local/lib|${D}/usr/$(get_libdir)|g" -i Makefile
- dodir /usr/$(get_libdir)
emake || die "emake failed"
}
src_install() {
- emake install || die "emake install failed"
+ dolib "lib${PN}.so"*
}