diff options
Diffstat (limited to 'net-misc/rsync/rsync-2.6.3.ebuild')
-rw-r--r-- | net-misc/rsync/rsync-2.6.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-2.6.3.ebuild b/net-misc/rsync/rsync-2.6.3.ebuild index f19d1a7fad99..298574519e05 100644 --- a/net-misc/rsync/rsync-2.6.3.ebuild +++ b/net-misc/rsync/rsync-2.6.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.3.ebuild,v 1.3 2004/10/05 05:20:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.3.ebuild,v 1.4 2004/10/15 03:15:59 vapier Exp $ -inherit eutils flag-o-matic gcc +inherit eutils flag-o-matic gcc gnuconfig DESCRIPTION="File transfer program to keep remote files into sync" HOMEPAGE="http://rsync.samba.org/" @@ -29,6 +29,7 @@ src_unpack() { autoconf || die "autoconf" autoheader || die "autoheader" fi + gnuconfig_update # change confdir to /etc/rsync rather than just /etc (the --sysconfdir # yes, updating the man page is very important. |