From 0741c5fca0e4656b02f044fbb35e81ee96dfac87 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Fri, 3 Jul 2015 00:56:35 -0700 Subject: [PATCH] hostapd: add conf_files. --- srcpkgs/hostapd/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hostapd/template b/srcpkgs/hostapd/template index ec5064c06a..14274695f4 100644 --- a/srcpkgs/hostapd/template +++ b/srcpkgs/hostapd/template @@ -1,8 +1,9 @@ # Template file for 'hostapd' pkgname=hostapd version=2.4 -revision=2 +revision=3 build_wrksrc=${pkgname} +conf_files="/etc/hostapd/hostapd.conf" hostmakedepends="pkg-config" makedepends="libnl3-devel libressl-devel" short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"