summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2006-06-12 19:05:12 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2006-06-12 19:05:12 +0000
commitb0aef4ad79bc45fc1ba57484e312d64cdd3dec1c (patch)
tree690e1f679c7ce298db4f1b8a13a999b5a478a1de /sys-cluster/csync2/csync2-1.32.ebuild
parentstable amd64 (diff)
downloadhistorical-b0aef4ad79bc45fc1ba57484e312d64cdd3dec1c.tar.gz
historical-b0aef4ad79bc45fc1ba57484e312d64cdd3dec1c.tar.bz2
historical-b0aef4ad79bc45fc1ba57484e312d64cdd3dec1c.zip
Fixed bug # 131458.
Package-Manager: portage-2203-svn
Diffstat (limited to 'sys-cluster/csync2/csync2-1.32.ebuild')
-rw-r--r--sys-cluster/csync2/csync2-1.32.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/csync2/csync2-1.32.ebuild b/sys-cluster/csync2/csync2-1.32.ebuild
index 4e5b11d9ed71..7b07280dbe6d 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.8 2006/06/04 14:25:50 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.32.ebuild,v 1.9 2006/06/12 19:05:12 xmerlin Exp $
DESCRIPTION="Cluster synchronization tool."
SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz"
@@ -32,8 +32,8 @@ src_compile() {
src_install() {
make DESTDIR=${D} \
- localstatedir=${D}/var \
- sysconfdir=${D}/etc/csync2 \
+ localstatedir=/var \
+ sysconfdir=/etc/csync2 \
install || die "install problem"
insinto /etc/xinetd.d