summaryrefslogtreecommitdiff
path: root/sysutils/accountsservice/files/patch-src_meson.build
blob: 6370fd7be6dfc7473d4e88c5990a72e601ff6e4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/meson.build.orig	2022-01-28 20:47:34 UTC
+++ src/meson.build
@@ -28,8 +28,8 @@ cflags = [
   '-DLOCALSTATEDIR="@0@"'.format(act_localstatedir),
   '-DDATADIR="@0@"'.format(act_datadir),
   '-DSYSCONFDIR="@0@"'.format(act_sysconfdir),
-  '-DICONDIR="@0@"'.format(join_paths(act_localstatedir, 'lib', 'AccountsService', 'icons')),
-  '-DUSERDIR="@0@"'.format(join_paths(act_localstatedir, 'lib', 'AccountsService', 'users')),
+  '-DICONDIR="@0@"'.format(join_paths(act_localstatedir, 'db', 'AccountsService', 'icons')),
+  '-DUSERDIR="@0@"'.format(join_paths(act_localstatedir, 'db', 'AccountsService', 'users')),
 ]
 
 libaccounts_generated = static_library(