diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-08-14 18:53:46 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-08-14 18:53:46 +0000 |
commit | c43f44531630c8a8353b26d6471fa512f1d0698a (patch) | |
tree | 93d31d46686411e3f544259c7dbb8af31b48e1a8 /www-apps/mythweb | |
parent | Version bumped. (diff) | |
download | gentoo-2-c43f44531630c8a8353b26d6471fa512f1d0698a.tar.gz gentoo-2-c43f44531630c8a8353b26d6471fa512f1d0698a.tar.bz2 gentoo-2-c43f44531630c8a8353b26d6471fa512f1d0698a.zip |
fix path to apache config file. install lighttpd config file as well.
(Portage version: 2.1.3.5)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.21_pre14151.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index 3c5efb10a256..3683fec87b70 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mythweb # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.40 2007/08/10 21:01:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.41 2007/08/14 18:53:46 cardoe Exp $ + + 14 Aug 2007; Doug Goldstein <cardoe@gentoo.org> + mythweb-0.21_pre14151.ebuild: + fix path to apache config file. install lighttpd config file as well. *mythweb-0.21_pre14151 (10 Aug 2007) diff --git a/www-apps/mythweb/mythweb-0.21_pre14151.ebuild b/www-apps/mythweb/mythweb-0.21_pre14151.ebuild index 18c35f95e257..eeae73e1fc7d 100644 --- a/www-apps/mythweb/mythweb-0.21_pre14151.ebuild +++ b/www-apps/mythweb/mythweb-0.21_pre14151.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_pre14151.ebuild,v 1.1 2007/08/10 21:01:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_pre14151.ebuild,v 1.2 2007/08/14 18:53:46 cardoe Exp $ inherit mythtv webapp depend.php subversion @@ -38,11 +38,13 @@ src_install() { dodir ${MY_HTDOCSDIR}/data cp -R ${S}/${PN}/[[:lower:]]* ${D}${MY_HTDOCSDIR} - cp ${S}/mythweb.conf.apache ${MY_SERVERCONFIGDIR}/ + cp ${S}/${PN}/mythweb.conf.apache ${MY_SERVERCONFIGDIR}/ + cp ${S}/${PN}/mythweb.conf.lighttpd ${MY_SERVERCONFIGDIR}/ webapp_serverowned ${MY_HTDOCSDIR}/data webapp_configfile ${MY_SERVERCONFIGDIR}/mythweb.conf.apache + webapp_configfile ${MY_SERVERCONFIGDIR}/mythweb.conf.lighttpd webapp_postinst_txt en ${FILESDIR}/postinstall-en-0.21.txt |