diff options
author | 2006-06-04 13:37:00 +0000 | |
---|---|---|
committer | 2006-06-04 13:37:00 +0000 | |
commit | f11b93f9a3c4effbb7b37b35d3c9787a45cf82b8 (patch) | |
tree | 63dfb85b0f488908c3c5ef6fe69818efe0f3539f /sys-cluster | |
parent | move app-mobilephone/obexfs to sys-fs/obexfs (diff) | |
download | gentoo-2-f11b93f9a3c4effbb7b37b35d3c9787a45cf82b8.tar.gz gentoo-2-f11b93f9a3c4effbb7b37b35d3c9787a45cf82b8.tar.bz2 gentoo-2-f11b93f9a3c4effbb7b37b35d3c9787a45cf82b8.zip |
recommit right ebuild.
(Portage version: 2203-svn)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/csync2/csync2-1.32.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-cluster/csync2/csync2-1.32.ebuild b/sys-cluster/csync2/csync2-1.32.ebuild index 6fe792d773a7..1c8e48d37e96 100644 --- a/sys-cluster/csync2/csync2-1.32.ebuild +++ b/sys-cluster/csync2/csync2-1.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.32.ebuild,v 1.4 2006/06/04 13:23:50 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.32.ebuild,v 1.5 2006/06/04 13:37:00 xmerlin Exp $ DESCRIPTION="Cluster synchronization tool." SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz" @@ -26,8 +26,6 @@ src_compile() { --sysconfdir=/etc/csync2 \ || die - econf --localstatedir=/var || die - emake || die } |