diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-05 21:32:53 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-05 21:32:53 +0000 |
commit | ff98cb0e3312ab84daa96e2fad16df41339e1f08 (patch) | |
tree | 03c3456eddd5db4d994c891be65264d647f535a6 /sys-cluster | |
parent | Fix LICENSE (#301969). Maintenance (diff) | |
download | gentoo-2-ff98cb0e3312ab84daa96e2fad16df41339e1f08.tar.gz gentoo-2-ff98cb0e3312ab84daa96e2fad16df41339e1f08.tar.bz2 gentoo-2-ff98cb0e3312ab84daa96e2fad16df41339e1f08.zip |
[sys-cluster/glusterfs] Fix bug #300122
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/glusterfs/ChangeLog b/sys-cluster/glusterfs/ChangeLog index 3ff7afecb9ec..d3e22ae2d713 100644 --- a/sys-cluster/glusterfs/ChangeLog +++ b/sys-cluster/glusterfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/glusterfs -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.7 2009/12/14 09:42:57 alexxy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.8 2010/02/05 21:32:53 alexxy Exp $ + + 05 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> glusterfs-3.0.0.ebuild: + Fix bug #300122 *glusterfs-3.0.0 (14 Dec 2009) diff --git a/sys-cluster/glusterfs/glusterfs-3.0.0.ebuild b/sys-cluster/glusterfs/glusterfs-3.0.0.ebuild index 34dd637f4ece..e5800ea9876b 100644 --- a/sys-cluster/glusterfs/glusterfs-3.0.0.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.0.0.ebuild,v 1.1 2009/12/14 09:42:57 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.0.0.ebuild,v 1.2 2010/02/05 21:32:53 alexxy Exp $ EAPI="2" @@ -61,7 +61,7 @@ src_install() { fi if use extras ; then - newbin extras/glusterfs-volgen glusterfs-volgen || die "Failed to install bins" + newbin extras/volgen/glusterfs-volgen glusterfs-volgen || die "Failed to install bins" newbin extras/backend-xattr-sanitize.sh glusterfs-backend-xattr-sanitize || die "Failed to install bins" newbin extras/migrate-unify-to-distribute.sh glusterfs-migrate-unify-to-distribute || die "Failed to install bins" fi |