summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan G. Weichinger <office@oops.co.at>2017-02-02 15:36:29 +0100
committerRobin H. Johnson <robbat2@gentoo.org>2017-02-02 12:01:28 -0800
commita120cba32531abbc6aa01e190dbaa3736696ef08 (patch)
tree6fbca92f7dc69f745f99182a708115f5f6bd7a3e /app-backup/amanda
parentsci-physics/hepmc: remove unused patch (diff)
downloadgentoo-a120cba32531abbc6aa01e190dbaa3736696ef08.tar.gz
gentoo-a120cba32531abbc6aa01e190dbaa3736696ef08.tar.bz2
gentoo-a120cba32531abbc6aa01e190dbaa3736696ef08.zip
fixes bug #607980
(cherry picked from commit 8b620fe3f8143a1a394937fda520ce9e2306fe16) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Fixes: https://github.com/gentoo/gentoo/pull/3773
Diffstat (limited to 'app-backup/amanda')
-rw-r--r--app-backup/amanda/amanda-3.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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