app-crypt/dehydrated: fix config include
authorMarc Schiffbauer <mschiff@gentoo.org>
Wed, 22 Feb 2017 20:53:21 +0000 (21:53 +0100)
committerMarc Schiffbauer <mschiff@gentoo.org>
Wed, 22 Feb 2017 20:53:44 +0000 (21:53 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild

index 22618ac0ec737584b155edd925eea4a90367261d..772fdbf851e6fe9a003a8588604d6367bab96b4d 100644 (file)
@@ -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() {