mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-07 06:08:07 +02:00
build: Create the storage directory at install time
Otherwise you could get into a state where the daemon could not start because the directory listed as a ReadWritePaths in the .service file is missing. Spotted by Will Thompson. See: !5
This commit is contained in:
parent
dbeeb95756
commit
dd9d7cc35d
1 changed files with 4 additions and 0 deletions
|
|
@ -50,3 +50,7 @@ fprintd-marshal.h: fprintd-marshal.list
|
|||
fprintd-marshal.c: fprintd-marshal.h
|
||||
( $(GLIB_GENMARSHAL) --prefix=fprintd_marshal $(srcdir)/fprintd-marshal.list --body --header > fprintd-marshal.c )
|
||||
|
||||
install-data-hook:
|
||||
if test -w $(DESTDIR)$(prefix)/; then \
|
||||
mkdir -p $(DESTDIR)$(localstatedir)/lib/fprint; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue