diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-16 06:30:01 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-16 06:30:01 +0000 |
commit | bd3f161af9546881d7ecab8703762c7df7ee1bcd (patch) | |
tree | ac68895c3f4b9584b4f1a17382e8576633e27098 /www-apps/mythweb | |
parent | Fixed problems with documentation. Made course installation optional. (Manife... (diff) | |
download | gentoo-2-bd3f161af9546881d7ecab8703762c7df7ee1bcd.tar.gz gentoo-2-bd3f161af9546881d7ecab8703762c7df7ee1bcd.tar.bz2 gentoo-2-bd3f161af9546881d7ecab8703762c7df7ee1bcd.zip |
Bugfix
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.16.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index 85f1b34620b8..0eb9e5267a24 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/mythweb # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.4 2004/09/10 23:27:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.5 2004/09/16 06:30:01 aliz Exp $ + + 16 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythweb-0.16.ebuild: + Fix creation of some dirs. 10 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythweb-0.16.ebuild: + Webapp-config support, closing #58382. diff --git a/www-apps/mythweb/mythweb-0.16.ebuild b/www-apps/mythweb/mythweb-0.16.ebuild index ae8be9a40657..49b7f91aaaab 100644 --- a/www-apps/mythweb/mythweb-0.16.ebuild +++ b/www-apps/mythweb/mythweb-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.16.ebuild,v 1.2 2004/09/10 23:27:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.16.ebuild,v 1.3 2004/09/16 06:30:01 aliz Exp $ inherit webapp @@ -32,6 +32,11 @@ src_install() { dodoc README TODO cp -R [[:lower:]]* ${D}/${MY_HTDOCSDIR} + dodir ${MY_HTDOCSDIR}/video_dir + dodir ${MY_HTDOCSDIR}/image_cache + + webapp_serverowned ${MY_HTDOCSDIR}/video_dir + webapp_serverowned ${MY_HTDOCSDIR}/image_cache webapp_configfile ${MY_HTDOCSDIR}/config/conf.php webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt |