projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5c59cd
)
net-proxy/tinyproxy: remove obsolete sed calls in 1.8.4 too
author
Ben Kohler
<bkohler@gentoo.org>
Tue, 9 Oct 2018 13:25:53 +0000
(08:25 -0500)
committer
Ben Kohler
<bkohler@gentoo.org>
Tue, 9 Oct 2018 13:26:42 +0000
(08:26 -0500)
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild
patch
|
blob
|
history
diff --git
a/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild
b/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild
index 527258737691d88aedf536cf4c22b78a99715208..6c165306197c5e6b571f3836c5b7521a587f1355 100644
(file)
--- a/
net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild
+++ b/
net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild
@@
-32,13
+32,8
@@
src_prepare() {
sed -i \
-e "s|nobody|${PN}|g" \
- -e 's|/var/run/|/run/|g' \
etc/${PN}.conf.in || die "sed failed"
- sed -i \
- -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
- configure.ac || die
-
eautoreconf
}