diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-08-02 15:00:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-08-02 15:00:44 +0300 |
commit | b4302409e09b15abb924e8447a8c77ff5126f18c (patch) | |
tree | 9a8c27e3c6851c08640e459cda2293d69fc6f4a0 /www-servers | |
parent | dev-db/pgpool2: amd64 stable wrt bug #688470 (diff) | |
download | gentoo-b4302409e09b15abb924e8447a8c77ff5126f18c.tar.gz gentoo-b4302409e09b15abb924e8447a8c77ff5126f18c.tar.bz2 gentoo-b4302409e09b15abb924e8447a8c77ff5126f18c.zip |
www-servers/lighttpd: update live ebuild
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/lighttpd-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild index 72943866311b..46f8da74bb1b 100644 --- a/www-servers/lighttpd/lighttpd-9999.ebuild +++ b/www-servers/lighttpd/lighttpd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -151,7 +151,7 @@ src_test() { } src_install() { - emake DESTDIR="${D}" install + default # init script stuff newinitd "${FILESDIR}"/lighttpd.initd lighttpd @@ -174,7 +174,7 @@ src_install() { newdoc doc/config//lighttpd.conf lighttpd.conf.distrib use ipv6 && readme.gentoo_create_doc - use doc && dohtml -r doc/* + use doc && dodoc -r doc docinto txt dodoc doc/outdated/*.txt |