From: Stefan G. Weichinger Date: Thu, 2 Feb 2017 14:36:29 +0000 (+0100) Subject: fixes bug #607980 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a120cba32531abbc6aa01e190dbaa3736696ef08;p=gentoo.git fixes bug #607980 (cherry picked from commit 8b620fe3f8143a1a394937fda520ce9e2306fe16) Signed-off-by: Robin H. Johnson Fixes: https://github.com/gentoo/gentoo/pull/3773 --- diff --git a/app-backup/amanda/amanda-3.4.2.ebuild b/app-backup/amanda/amanda-3.4.2.ebuild index 472b5ab00220..2964176e8a31 100644 --- a/app-backup/amanda/amanda-3.4.2.ebuild +++ b/app-backup/amanda/amanda-3.4.2.ebuild @@ -170,7 +170,7 @@ src_prepare() { done if use minimal; then - cat "${MYFILESDIR}"/amanda-amandahosts-server.5.1_p3-r1 > "${T}"/amandahosts || die + cat "${MYFILESDIR}"/amanda-amandahosts-server-2.5.1_p3-r1 > "${T}"/amandahosts || die else sed -i -e 's:^\(my $amandahomedir\)=.*:\1 = $localstatedir;:' \ server-src/am{addclient,serverconfig}.pl || die