diff options
Diffstat (limited to 'app-admin/amanda/amanda-2.4.4-r2.ebuild')
-rw-r--r-- | app-admin/amanda/amanda-2.4.4-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-admin/amanda/amanda-2.4.4-r2.ebuild b/app-admin/amanda/amanda-2.4.4-r2.ebuild index 277b96acd048..2a688a3dad78 100644 --- a/app-admin/amanda/amanda-2.4.4-r2.ebuild +++ b/app-admin/amanda/amanda-2.4.4-r2.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-r2.ebuild,v 1.5 2003/12/09 18:58:45 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4-r2.ebuild,v 1.6 2003/12/25 02:43:56 robbat2 Exp $ inherit eutils @@ -108,6 +108,9 @@ src_unpack() { } src_compile() { + # fix bug #36316 + addpredict /var/cache/samba/gencache.tdb + [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!" source ${TMPENVFILE} local myconf |