diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-04-24 15:53:52 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-04-24 15:53:52 +0000 |
commit | a9734b099a709c567b15b0b0191c6a47ae970d68 (patch) | |
tree | 99303098d2f84c0e1e8273f9279e8bd344507c94 /net-www/lighttpd | |
parent | Added todd's fixes to 1.02. (Manifest recommit) (diff) | |
download | gentoo-2-a9734b099a709c567b15b0b0191c6a47ae970d68.tar.gz gentoo-2-a9734b099a709c567b15b0b0191c6a47ae970d68.tar.bz2 gentoo-2-a9734b099a709c567b15b0b0191c6a47ae970d68.zip |
Replaced call to einstall
Diffstat (limited to 'net-www/lighttpd')
-rw-r--r-- | net-www/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/lighttpd/Manifest | 2 | ||||
-rw-r--r-- | net-www/lighttpd/lighttpd-1.1.8.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-www/lighttpd/ChangeLog b/net-www/lighttpd/ChangeLog index 8918d7ab5a5a..ad1083ab4560 100644 --- a/net-www/lighttpd/ChangeLog +++ b/net-www/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/lighttpd # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/lighttpd/ChangeLog,v 1.2 2004/04/23 22:36:29 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lighttpd/ChangeLog,v 1.3 2004/04/24 15:53:52 stuart Exp $ + + 24 Apr 2004; Stuart Herbert <stuart@gentoo.org> lighttpd-1.1.8.ebuild: + Replaced einstall (which doesn't work properly) with good ol' make install 23 Apr 2004; Stuart Herbert <stuart@gentoo.org> lighttpd-1.1.8.ebuild, metadata.xml, files/lighttpd-1.1.8-gentoo.diff: diff --git a/net-www/lighttpd/Manifest b/net-www/lighttpd/Manifest index cfcd64aae049..f3e83c8ffefa 100644 --- a/net-www/lighttpd/Manifest +++ b/net-www/lighttpd/Manifest @@ -1,4 +1,4 @@ -MD5 4e0124143f05be7f8799debcca25a948 lighttpd-1.1.8.ebuild 1908 +MD5 7df7e194d0f530e5126b59ad92796a1f lighttpd-1.1.8.ebuild 1912 MD5 77f5e4c6107e603fdb3a53cd14c6149f ChangeLog 674 MD5 3d182d43f7f0341a9a42f96694f04e72 metadata.xml 224 MD5 eb94c0fc2149e2543beb50e93058de99 files/digest-lighttpd-1.1.8 66 diff --git a/net-www/lighttpd/lighttpd-1.1.8.ebuild b/net-www/lighttpd/lighttpd-1.1.8.ebuild index 09f02276cde1..1a588bdaa5a5 100644 --- a/net-www/lighttpd/lighttpd-1.1.8.ebuild +++ b/net-www/lighttpd/lighttpd-1.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/lighttpd/lighttpd-1.1.8.ebuild,v 1.2 2004/04/23 22:36:29 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lighttpd/lighttpd-1.1.8.ebuild,v 1.3 2004/04/24 15:53:52 stuart Exp $ DESCRIPTION="lighttpd is intented to be a frontend for ad-servers which have to deliver small files concurrently to many connections." HOMEPAGE="http://jan.kneschke.de/projects/lighttpd" @@ -44,7 +44,7 @@ src_compile() { } src_install() { - einstall DESTDIR=${D} || die + make DESTDIR=${D} install || die dodoc README COPYING newdoc doc/lighttpd.conf lighttpd.conf.example dodoc doc/fastcgi.txt doc/authentification.txt |