diff options
author | CHTEKK <CHTEKK@localhost> | 2008-08-08 09:06:55 +0000 |
---|---|---|
committer | CHTEKK <CHTEKK@localhost> | 2008-08-08 09:06:55 +0000 |
commit | 77d67fec9590b7169da02d49a9d8acfa66e44010 (patch) | |
tree | ef7c6968d7b76f95107835058d24c14228bf7535 /apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild | |
parent | Add dnmalloc. (diff) | |
download | chtekk-77d67fec9590b7169da02d49a9d8acfa66e44010.tar.gz chtekk-77d67fec9590b7169da02d49a9d8acfa66e44010.tar.bz2 chtekk-77d67fec9590b7169da02d49a9d8acfa66e44010.zip |
Fix.
svn path=/; revision=92
Diffstat (limited to 'apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild')
-rw-r--r-- | apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild b/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild index b1df651..894a484 100644 --- a/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild +++ b/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild @@ -17,7 +17,7 @@ DEPEND="" RDEPEND="" src_compile() { - sed -e "s|/usr/local/lib|$(get_libdir)|g" -i Makefile + sed -e "s|/usr/local/lib|/usr/$(get_libdir)|g" -i Makefile emake || die "emake failed" } |