diff options
Diffstat (limited to 'app-admin/bacula/bacula-1.31.ebuild')
-rw-r--r-- | app-admin/bacula/bacula-1.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/bacula/bacula-1.31.ebuild b/app-admin/bacula/bacula-1.31.ebuild index 2d9794b3428c..18f83e8747a8 100644 --- a/app-admin/bacula/bacula-1.31.ebuild +++ b/app-admin/bacula/bacula-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/bacula-1.31.ebuild,v 1.4 2003/11/11 13:07:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/bacula-1.31.ebuild,v 1.5 2003/12/06 02:44:29 zul Exp $ NEWP=${P}-04Jun03 S=${WORKDIR}/${NEWP} @@ -78,7 +78,7 @@ src_install() { dodoc ABOUT-NLS COPYING ChangeLog CheckList INSTALL \ README ReleaseNotes kernstodo doc/bacula.pdf cp -a examples ${D}/usr/share/doc/${PF} - chown -R root.root ${D}/usr/share/doc/${PF} #hrmph :\ + chown -R root:root ${D}/usr/share/doc/${PF} #hrmph :\ dohtml -r doc/html-manual doc/home-page exeinto /etc/init.d |