summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2007-10-20 16:06:52 +0000
committerBenedikt Boehm <hollow@gentoo.org>2007-10-20 16:06:52 +0000
commit01824c49cbb43f549f69081c882d506328f170eb (patch)
tree5d1b1eceb838f3090a0243f9afa90705acd0d042 /sys-fs/vzquota/vzquota-3.0.11.ebuild
parentRemoving some of the older ebuilds. (diff)
downloadgentoo-2-01824c49cbb43f549f69081c882d506328f170eb.tar.gz
gentoo-2-01824c49cbb43f549f69081c882d506328f170eb.tar.bz2
gentoo-2-01824c49cbb43f549f69081c882d506328f170eb.zip
fix #189622
(Portage version: 2.1.3.13)
Diffstat (limited to 'sys-fs/vzquota/vzquota-3.0.11.ebuild')
-rw-r--r--sys-fs/vzquota/vzquota-3.0.11.ebuild3
1 files changed, 2 insertions, 1 deletions
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
}