From: Marc Schiffbauer Date: Wed, 22 Feb 2017 20:53:21 +0000 (+0100) Subject: app-crypt/dehydrated: fix config include X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af824c2524092cf449da20534ac82df202126bb7;p=gentoo.git app-crypt/dehydrated: fix config include Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild b/app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild index 22618ac0ec73..772fdbf851e6 100644 --- a/app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild +++ b/app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild @@ -22,7 +22,7 @@ RDEPEND=" src_configure() { default - sed -i 's,^#CONFIG_D=.*",CONFIG_D="/etc/dehydrated/config.d",' docs/examples/config || die "could not set config" + sed -i 's,^#CONFIG_D=.*,CONFIG_D="/etc/dehydrated/config.d",' docs/examples/config || die "could not set config" } src_install() {