diff options
author | Sam James <sam@gentoo.org> | 2023-01-01 02:35:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-01 02:35:12 +0000 |
commit | d089acce9b5cd5a4c7840d3747eb22e42a063921 (patch) | |
tree | 822cacb62022b8d418db06b7886b83cd44aafa47 /net-misc/hylafaxplus | |
parent | net-libs/libpcap: add 1.10.2 (diff) | |
download | gentoo-d089acce9b5cd5a4c7840d3747eb22e42a063921.tar.gz gentoo-d089acce9b5cd5a4c7840d3747eb22e42a063921.tar.bz2 gentoo-d089acce9b5cd5a4c7840d3747eb22e42a063921.zip |
net-misc/hylafaxplus: add missing local
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/hylafaxplus')
-rw-r--r-- | net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild b/net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild index c2207fd1949d..35ed4a8e31d9 100644 --- a/net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild +++ b/net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,6 +50,7 @@ src_prepare() { default # Force it not to strip binaries + local dir for dir in etc util faxalter faxcover faxd faxmail faxrm faxstat \ hfaxd sendfax sendpage ; do sed -i -e "s:-idb:-idb \"nostrip\" -idb:g" \ |