diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-26 22:01:49 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-26 22:01:49 +0000 |
commit | 7bc84be1ef7949296121e68dc34f1ac6e9fcd2c4 (patch) | |
tree | f3549315e4464163534ce8ba20c427c68cf33481 /app-admin/amanda | |
parent | Marked stable for x86 (diff) | |
download | gentoo-2-7bc84be1ef7949296121e68dc34f1ac6e9fcd2c4.tar.gz gentoo-2-7bc84be1ef7949296121e68dc34f1ac6e9fcd2c4.tar.bz2 gentoo-2-7bc84be1ef7949296121e68dc34f1ac6e9fcd2c4.zip |
need to create /var/xfsdump/inventory
Diffstat (limited to 'app-admin/amanda')
-rw-r--r-- | app-admin/amanda/amanda-2.4.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/amanda/amanda-2.4.4.ebuild b/app-admin/amanda/amanda-2.4.4.ebuild index 119fe766d27a..00ded38bf017 100644 --- a/app-admin/amanda/amanda-2.4.4.ebuild +++ b/app-admin/amanda/amanda-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4.ebuild,v 1.1 2003/06/26 19:47:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4.ebuild,v 1.2 2003/06/26 22:01:49 robbat2 Exp $ inherit eutils DESCRIPTION="The Advanced Maryland Automatic Network Disk Archiver" @@ -137,6 +137,8 @@ src_install() { dodoc ${S}/docs/* prepalldocs + use xfs && mkdir -p ${D}/var/xfsdump/inventory + # einfo "Installing Amandahosts File for ${AMANDA_SERVER}" insinto ${AMANDA_USER_HOMEDIR} newins ${FILESDIR}/amanda-amandahosts .amandahosts |