summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-05-31 10:49:28 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-05-31 10:49:28 +0000
commit4fd8a8d3edec7e2b45575a336708d9bcc305509a (patch)
treeef47cb17d260c4db847d1f2b7e3556a39ea73c21 /media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild
parentDropping elibtoolize makes FreeBSD users cry. (diff)
downloadgentoo-2-4fd8a8d3edec7e2b45575a336708d9bcc305509a.tar.gz
gentoo-2-4fd8a8d3edec7e2b45575a336708d9bcc305509a.tar.bz2
gentoo-2-4fd8a8d3edec7e2b45575a336708d9bcc305509a.zip
Point user to correct config-file. Chown another tmp-dir to user vdr.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild')
-rw-r--r--media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild b/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild
index b392e27c93c7..c7901f0808c0 100644
--- a/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild
+++ b/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.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/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild,v 1.1 2007/05/31 10:34:41 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvmovie2vdr/tvmovie2vdr-0.5.12.ebuild,v 1.2 2007/05/31 10:49:28 zzam Exp $
inherit eutils
@@ -75,7 +75,7 @@ src_install() {
keepdir "${VAR_DIR}/downloadfiles"
keepdir "${VAR_DIR}/downloadupdatefiles"
keepdir "/var/vdr/epgimages"
- chown -R vdr:vdr "${D}/${VAR_DIR}"
+ chown -R vdr:vdr "${D}/${VAR_DIR}" "${D}/var/vdr/epgimages"
# install documentation
dodoc HISTORY README tvm2vdr.sh
@@ -92,7 +92,7 @@ pkg_postinst() {
elog "You have to configure the following files:"
elog "\t${CONF_DIR}/config.pl"
- elog "\t${CONF_DIR}/channels.pl"
+ elog "\t${CONF_DIR}/channels_wanted.pl"
elog
elog "It's a good idea to add the following to /etc/crontab:"
elog "\t3 5 * * * vdr /usr/bin/tvinfomerk2vdr.pl"