summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-10-06 09:47:03 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-10-06 09:47:03 +0200
commit14d0f0fabefbc5cc25f28dab4b8402f1a82a3c89 (patch)
treef71e8ece8eb062025f35f2e147e5209fb0de5f92 /net-wireless/hostapd
parentnet-misc/openconnect: Optionally depend on lz4 (diff)
downloadgentoo-14d0f0fabefbc5cc25f28dab4b8402f1a82a3c89.tar.gz
gentoo-14d0f0fabefbc5cc25f28dab4b8402f1a82a3c89.tar.bz2
gentoo-14d0f0fabefbc5cc25f28dab4b8402f1a82a3c89.zip
net-wireless/hostapd: Fixed incomplete EAPI-6 conversion (bug #596306).
Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r--net-wireless/hostapd/hostapd-2.6.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-wireless/hostapd/hostapd-2.6.ebuild b/net-wireless/hostapd/hostapd-2.6.ebuild
index d466344f0ab1..ef47aff1d192 100644
--- a/net-wireless/hostapd/hostapd-2.6.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6.ebuild
@@ -28,6 +28,8 @@ RDEPEND="${DEPEND}"
S="${S}/${PN}"
src_prepare() {
+ default
+
sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \
"${S}/hostapd.conf" || die
}