From 9b4a9622804d808d9c1d211423f8a4080620db8d Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 29 Jun 2017 22:12:04 +0100 Subject: [PATCH] change installation directory of .wpc storage to /var/lib/reaver it was previously stored to /etc/reaver, which didnt really make sense. closes #147 --- src/config.mak.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.mak.in b/src/config.mak.in index 3a538d7..93568f6 100644 --- a/src/config.mak.in +++ b/src/config.mak.in @@ -1,6 +1,6 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -CONFDIR=@sysconfdir@/@target@ +CONFDIR=@localstatedir@/lib/@target@ CC=@CC@ CFLAGS_USER=@CFLAGS@