diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2005-12-23 17:18:06 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2005-12-23 17:18:06 +0000 |
commit | 654d9f868f03eec1657f763e1e42a7c3b1b125f1 (patch) | |
tree | 1bd3ad98512b064d25621130c6a01a78226d7901 /media-tv/gentoo-vdr-scripts | |
parent | rlfe does not cross-compile, don't build it when cross-compiling (diff) | |
download | historical-654d9f868f03eec1657f763e1e42a7c3b1b125f1.tar.gz historical-654d9f868f03eec1657f763e1e42a7c3b1b125f1.tar.bz2 historical-654d9f868f03eec1657f763e1e42a7c3b1b125f1.zip |
small change of ownership
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'media-tv/gentoo-vdr-scripts')
-rw-r--r-- | media-tv/gentoo-vdr-scripts/Manifest | 2 | ||||
-rw-r--r-- | media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4-r1.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/media-tv/gentoo-vdr-scripts/Manifest b/media-tv/gentoo-vdr-scripts/Manifest index e604712466a9..721d04a299ea 100644 --- a/media-tv/gentoo-vdr-scripts/Manifest +++ b/media-tv/gentoo-vdr-scripts/Manifest @@ -11,6 +11,6 @@ MD5 8161a3669aa97752b6b3d22cd80934ff gentoo-vdr-scripts-0.1.ebuild 1536 MD5 9b26fe688d53684c58bdcb9c05aa43e8 gentoo-vdr-scripts-0.2_alpha1.ebuild 1424 MD5 f2f6c43b296eb16399778ee7857b6d81 gentoo-vdr-scripts-0.2_alpha2.ebuild 1424 MD5 8daf118a9439f993f781876b1ba712e7 gentoo-vdr-scripts-0.2_alpha3.ebuild 1428 -MD5 0967f0402e7f02a82588e8fcad1d1d38 gentoo-vdr-scripts-0.2_alpha4-r1.ebuild 1997 +MD5 ba1c8423a558137260ef10b17fd49b2b gentoo-vdr-scripts-0.2_alpha4-r1.ebuild 2028 MD5 7bb47cd8dc8366ccdf8c9a922b558e58 gentoo-vdr-scripts-0.2_alpha4.ebuild 1541 MD5 a973dfa1638779880ca99f1c1435cac7 metadata.xml 259 diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4-r1.ebuild b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4-r1.ebuild index 393838aa5f6b..2d115b689c41 100644 --- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4-r1.ebuild +++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4-r1.ebuild,v 1.1 2005/12/23 16:50:02 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4-r1.ebuild,v 1.2 2005/12/23 17:18:06 zzam Exp $ inherit eutils @@ -46,6 +46,7 @@ src_install() { ewarn "nvram-wakeup is not available on this architecture." fi fi + chown -R vdr:vdr ${D}/etc/vdr } pkg_preinst() { |