diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-06-29 14:21:51 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-06-29 14:21:51 +0000 |
commit | 9caa5013b6a7e6dfa3365a4fe85647694127ad47 (patch) | |
tree | b6f804f247bfe0c086d52a276e94b5ca4c8f78cd /sys-cluster/maui | |
parent | app-misc/linux-logo: Updated maintainer info. Revision bump. Drop old versions. (diff) | |
download | gentoo-2-9caa5013b6a7e6dfa3365a4fe85647694127ad47.tar.gz gentoo-2-9caa5013b6a7e6dfa3365a4fe85647694127ad47.tar.bz2 gentoo-2-9caa5013b6a7e6dfa3365a4fe85647694127ad47.zip |
[sys-cluster/maui] Reloacte spool to var not to usr
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/maui')
-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 } |