diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-10-20 16:06:52 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-10-20 16:06:52 +0000 |
commit | 01824c49cbb43f549f69081c882d506328f170eb (patch) | |
tree | 5d1b1eceb838f3090a0243f9afa90705acd0d042 | |
parent | Removing some of the older ebuilds. (diff) | |
download | gentoo-2-01824c49cbb43f549f69081c882d506328f170eb.tar.gz gentoo-2-01824c49cbb43f549f69081c882d506328f170eb.tar.bz2 gentoo-2-01824c49cbb43f549f69081c882d506328f170eb.zip |
fix #189622
(Portage version: 2.1.3.13)
-rw-r--r-- | sys-fs/vzquota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/vzquota/vzquota-3.0.11.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-fs/vzquota/ChangeLog b/sys-fs/vzquota/ChangeLog index 5a7c5c80beb6..1919dd6c8336 100644 --- a/sys-fs/vzquota/ChangeLog +++ b/sys-fs/vzquota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/vzquota # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.20 2007/08/16 09:40:26 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.21 2007/10/20 16:06:52 hollow Exp $ + + 20 Oct 2007; Benedikt Böhm <hollow@gentoo.org> vzquota-3.0.11.ebuild: + fix #189622 *vzquota-3.0.11 (16 Aug 2007) diff --git a/sys-fs/vzquota/vzquota-3.0.11.ebuild b/sys-fs/vzquota/vzquota-3.0.11.ebuild index 756a1706b035..4b84c6229a03 100644 --- a/sys-fs/vzquota/vzquota-3.0.11.ebuild +++ b/sys-fs/vzquota/vzquota-3.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild,v 1.1 2007/08/16 09:40:26 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild,v 1.2 2007/10/20 16:06:52 hollow Exp $ DESCRIPTION="OpenVZ VPS disk quota utility" HOMEPAGE="http://openvz.org/download/utils/vzquota/" @@ -25,4 +25,5 @@ src_unpack() { src_install() { make DESTDIR="${D}" install || die "make install failed" + keepdir /var/vzquota } |