Skip to content

Commit

Permalink
change installation directory of .wpc storage to /var/lib/reaver
Browse files Browse the repository at this point in the history
it was previously stored to /etc/reaver, which didnt really make sense.

closes #147
  • Loading branch information
rofl0r committed Jun 29, 2017
1 parent 00402bf commit 9b4a962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.mak.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
CONFDIR=@sysconfdir@/@target@
CONFDIR=@localstatedir@/lib/@target@

CC=@CC@
CFLAGS_USER=@CFLAGS@
Expand Down

0 comments on commit 9b4a962

Please sign in to comment.