mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 12:23:34 +02:00
Hardcode storage path as /var/lib/fprint
--localstatedir (and --prefix) will now be ignored in favour of this hardcoded path. This is in preparation for a change to use systemd's StateDirectory feature.
This commit is contained in:
committed by
Will Thompson
parent
8ae7abc6c2
commit
9ed8767cb3
@ -13,8 +13,7 @@ AM_CFLAGS = \
|
||||
$(DAEMON_CFLAGS) \
|
||||
-DG_LOG_DOMAIN=\""fprintd"\" \
|
||||
-DLOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-DPLUGINDIR=\""$(libdir)/fprintd/modules"\" \
|
||||
-DFILE_STORAGE_PATH=\""$(localstatedir)/lib/fprint"\"
|
||||
-DPLUGINDIR=\""$(libdir)/fprintd/modules"\"
|
||||
|
||||
libfprintd_la_SOURCES = \
|
||||
manager.c device.c \
|
||||
|
||||
Reference in New Issue
Block a user