diff options
Diffstat (limited to 'app-crypt/dehydrated')
-rw-r--r-- | app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |