fixes bug #607980
authorStefan G. Weichinger <office@oops.co.at>
Thu, 2 Feb 2017 14:36:29 +0000 (15:36 +0100)
committerRobin H. Johnson <robbat2@gentoo.org>
Thu, 2 Feb 2017 20:01:28 +0000 (12:01 -0800)
(cherry picked from commit 8b620fe3f8143a1a394937fda520ce9e2306fe16)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/3773

app-backup/amanda/amanda-3.4.2.ebuild

index 472b5ab00220584c79623b8eaf17a9e50092ef79..2964176e8a315cb56b7359781123af5f3a40bf06 100644 (file)
@@ -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