diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-07 16:52:25 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-07 16:56:32 +0300 |
commit | 37537fdba56836d5a95567aa14bd7ecb849f16cc (patch) | |
tree | 0e2d26fe18522d777499775fcbde5bab52bb14a3 /net-misc | |
parent | net-misc/hylafaxplus: Add 7.0.2 (security bump) (diff) | |
download | gentoo-37537fdba56836d5a95567aa14bd7ecb849f16cc.tar.gz gentoo-37537fdba56836d5a95567aa14bd7ecb849f16cc.tar.bz2 gentoo-37537fdba56836d5a95567aa14bd7ecb849f16cc.zip |
net-misc/hylafaxplus: indentation in 7.0.2
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild b/net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild index 2e43871ac72b..156522abe010 100644 --- a/net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild +++ b/net-misc/hylafaxplus/hylafaxplus-7.0.2.ebuild @@ -145,9 +145,9 @@ src_install() { einfo "Adding env.d entry for ${PN}" newenvd - 99hylafaxplus <<-EOF - PATH="/var/spool/fax/bin" - CONFIG_PROTECT="/var/spool/fax/etc /usr/$(get_libdir)/fax" - CONFIG_PROTECT_MASK="/var/spool/fax/etc/xferfaxlog" + PATH="/var/spool/fax/bin" + CONFIG_PROTECT="/var/spool/fax/etc /usr/$(get_libdir)/fax" + CONFIG_PROTECT_MASK="/var/spool/fax/etc/xferfaxlog" EOF newconfd "${FILESDIR}/${PN}-conf" ${PN} |