Skip to content

Commit

Permalink
fixes bug #607980
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b620fe)
Signed-off-by: Robin H. Johnson <[email protected]>
Fixes: gentoo#3773
  • Loading branch information
stefangweichinger authored and robbat2 committed Feb 2, 2017
1 parent 50f9f79 commit a120cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-backup/amanda/amanda-3.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a120cba

Please sign in to comment.