diff options
-rw-r--r-- | sys-cluster/maui/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/maui/maui-3.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/maui/ChangeLog b/sys-cluster/maui/ChangeLog index 659fccf05405..e52abfda1610 100644 --- a/sys-cluster/maui/ChangeLog +++ b/sys-cluster/maui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/maui # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.18 2011/06/29 13:55:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.19 2011/06/29 14:21:51 alexxy Exp $ + + 29 Jun 2011; Alexey Shvetsov <alexxy@gentoo.org> maui-3.3.1-r1.ebuild: + Reloacte spool to var not to usr *maui-3.3.1-r1 (29 Jun 2011) diff --git a/sys-cluster/maui/maui-3.3.1-r1.ebuild b/sys-cluster/maui/maui-3.3.1-r1.ebuild index c348809d481f..a6867773895d 100644 --- a/sys-cluster/maui/maui-3.3.1-r1.ebuild +++ b/sys-cluster/maui/maui-3.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r1.ebuild,v 1.1 2011/06/29 13:55:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r1.ebuild,v 1.2 2011/06/29 14:21:51 alexxy Exp $ EAPI="3" @@ -29,7 +29,7 @@ src_prepare() { src_configure() { econf \ - --with-spooldir="${EPREFIX}"/usr/spool/maui \ + --with-spooldir="${EPREFIX}"/var/spool/maui \ --with-pbs="${EPREFIX}"/usr } |