mail-filter/opendkim: remove some no-op sed lines.
authorMichael Orlitzky <mjo@gentoo.org>
Wed, 27 Mar 2019 17:11:11 +0000 (13:11 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Wed, 27 Mar 2019 17:18:09 +0000 (13:18 -0400)
Looking through the upstream example config files, I don't see any of
the expressions that the "sed" script in src_prepare is supposed to
replace. Huh. This commit removes those "sed" commands.

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

mail-filter/opendkim/opendkim-2.10.3-r8.ebuild

index f2e43b0041fac7b8fc9961669a08bf39b93f3e68..02b499bde25e7ca9bbac1a18ca8a965df288a77b 100644 (file)
@@ -56,9 +56,6 @@ src_prepare() {
        # We delete the "Socket" setting because it's overridden by our
        # conf.d file.
        sed -e 's:/var/db/dkim:/var/lib/opendkim:g' \
-               -e 's:/var/db/opendkim:/var/lib/opendkim:g' \
-               -e 's:/etc/mail:/etc/opendkim:g' \
-               -e 's:mailnull:opendkim:g' \
                -e '/^[[:space:]]*Socket/d' \
                -i opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \
                stats/opendkim-reportstats{,.in} || die