diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2017-02-22 21:53:21 +0100 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2017-02-22 21:53:44 +0100 |
commit | af824c2524092cf449da20534ac82df202126bb7 (patch) | |
tree | 0e2b095e342653c8df05a762cc304556b0b92bfe /app-crypt/dehydrated | |
parent | dev-python/pytest-pep8: remove invalid entries from MANIFEST.in (diff) | |
download | gentoo-af824c2524092cf449da20534ac82df202126bb7.tar.gz gentoo-af824c2524092cf449da20534ac82df202126bb7.tar.bz2 gentoo-af824c2524092cf449da20534ac82df202126bb7.zip |
app-crypt/dehydrated: fix config include
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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() { |