projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f9f79
)
fixes bug #607980
author
Stefan G. Weichinger
<office@oops.co.at>
Thu, 2 Feb 2017 14:36:29 +0000
(15:36 +0100)
committer
Robin 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
patch
|
blob
|
history
diff --git
a/app-backup/amanda/amanda-3.4.2.ebuild
b/app-backup/amanda/amanda-3.4.2.ebuild
index 472b5ab00220584c79623b8eaf17a9e50092ef79..2964176e8a315cb56b7359781123af5f3a40bf06 100644
(file)
--- 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