main: Don't hardcode fingerprint storage directory

It used to be hard-coded to /var/lib/fprint, but is now set to
$(localstatedir)/lib/fprint/.
This commit is contained in:
Bastien Nocera
2017-01-05 12:49:12 +01:00
parent eabeaa258e
commit b3c1ed0d2a
2 changed files with 7 additions and 5 deletions

View File

@ -41,10 +41,6 @@
#define DIR_PERMS 0700
#ifndef FILE_STORAGE_PATH
#define FILE_STORAGE_PATH "/var/lib/fprint/"
#endif
#define FP_FINGER_IS_VALID(finger) \
((finger) >= LEFT_THUMB && (finger) <= RIGHT_LITTLE)