summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-21 08:22:28 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-21 08:22:28 +0000
commit6f5165a6a886168cd939bb1dabb40ac722652a89 (patch)
treea3b94f8f31b9da01c06a00ca43b356494ec8e6ba /dev-lang/entity
parent*** empty log message *** (diff)
downloadhistorical-6f5165a6a886168cd939bb1dabb40ac722652a89.tar.gz
historical-6f5165a6a886168cd939bb1dabb40ac722652a89.tar.bz2
historical-6f5165a6a886168cd939bb1dabb40ac722652a89.zip
*** empty log message ***
Diffstat (limited to 'dev-lang/entity')
-rw-r--r--dev-lang/entity/entity-pre-0.7.0.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-lang/entity/entity-pre-0.7.0.ebuild b/dev-lang/entity/entity-pre-0.7.0.ebuild
index f67676ad73cd..47be0c2a3ba0 100644
--- a/dev-lang/entity/entity-pre-0.7.0.ebuild
+++ b/dev-lang/entity/entity-pre-0.7.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-pre-0.7.0.ebuild,v 1.2 2000/12/01 21:58:45 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-pre-0.7.0.ebuild,v 1.3 2000/12/21 08:22:28 achim Exp $
P=entity-pre0.7.0
A=${P}.tar.gz
@@ -35,9 +35,6 @@ src_compile() {
src_install () {
cd ${S}
- ldconfig ${D}/usr/lib
- export LD_LIBRARY_PATH=${D}/usr/lib
- try make DESTDIR=${D} install
- ldconfig
+ make DESTDIR=${D} install
}