summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2008-08-08 09:06:55 +0000
committerCHTEKK <CHTEKK@localhost>2008-08-08 09:06:55 +0000
commit77d67fec9590b7169da02d49a9d8acfa66e44010 (patch)
treeef7c6968d7b76f95107835058d24c14228bf7535
parentAdd dnmalloc. (diff)
downloadchtekk-77d67fec9590b7169da02d49a9d8acfa66e44010.tar.gz
chtekk-77d67fec9590b7169da02d49a9d8acfa66e44010.tar.bz2
chtekk-77d67fec9590b7169da02d49a9d8acfa66e44010.zip
Fix.
svn path=/; revision=92
-rw-r--r--apps/dev-libs/dnmalloc/Manifest2
-rw-r--r--apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/dev-libs/dnmalloc/Manifest b/apps/dev-libs/dnmalloc/Manifest
index deca6ec..e380036 100644
--- a/apps/dev-libs/dnmalloc/Manifest
+++ b/apps/dev-libs/dnmalloc/Manifest
@@ -1,2 +1,2 @@
DIST dnmalloc-1.0.tar.gz 65395 RMD160 99722cca8b042491837602adaacb750904edc4fd SHA1 0de27d8c1f7c39f9294e2d199fcfca1ebda97ff7 SHA256 6cd120675a488eb23c50989ebf56f50cba42ab50539daebfc4b8d50a3cb287aa
-EBUILD dnmalloc-1.0.ebuild 504 RMD160 1684acada3ebe4dfea23ceaf2a8d4247f2c23ed8 SHA1 19f6519c5f91ff4527d31be364ce0f074d929c38 SHA256 134c4659bfc958a23d2a951d0e4b24c25bb8c690db498530ff911919e8c996e6
+EBUILD dnmalloc-1.0.ebuild 509 RMD160 c0132b93fa0fcd46401a102e1519c1ae68553a13 SHA1 1e911aaac0c8c39df9a935a6dd90f46e3bbdf290 SHA256 65499b5ac20e247671181e68f61c48a69f1578dd27349da43006973f53051581
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"
}