diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-12-13 06:05:09 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-12-13 06:05:09 +0000 |
commit | fdd95c214664d59691f17bd3585824e219a06c5a (patch) | |
tree | bbabf74aea8021aa5e952467792961adc8524ebf /net-libs/adns/adns-1.0.ebuild | |
parent | bump (diff) | |
download | gentoo-2-fdd95c214664d59691f17bd3585824e219a06c5a.tar.gz gentoo-2-fdd95c214664d59691f17bd3585824e219a06c5a.tar.bz2 gentoo-2-fdd95c214664d59691f17bd3585824e219a06c5a.zip |
Added a symlink fix. See bug #7999
Diffstat (limited to 'net-libs/adns/adns-1.0.ebuild')
-rw-r--r-- | net-libs/adns/adns-1.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/adns/adns-1.0.ebuild b/net-libs/adns/adns-1.0.ebuild index 80aa17722d27..99beaabc1b79 100644 --- a/net-libs/adns/adns-1.0.ebuild +++ b/net-libs/adns/adns-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.0.ebuild,v 1.8 2002/12/09 04:33:13 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.0.ebuild,v 1.9 2002/12/13 06:05:09 raker Exp $ S=${WORKDIR}/${P} DESCRIPTION="Advanced, easy to use, asynchronous-capable DNS client library and utilities" @@ -26,5 +26,8 @@ src_install () { make prefix=${D}/usr install || die dodoc README GPL-vs-LGPL COPYING TODO dohtml *.html + + cd ${D}/usr/lib + dosym libadns.so.1 /usr/lib/libadns.so } |