diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/accountsservice/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/accountsservice/APKBUILD b/community/accountsservice/APKBUILD index 8fcb50b11a..5a9474968f 100644 --- a/community/accountsservice/APKBUILD +++ b/community/accountsservice/APKBUILD @@ -25,6 +25,7 @@ source="https://www.freedesktop.org/software/accountsservice/accountsservice-$pk build() { meson \ --prefix=/usr \ + -Dlibdir=lib \ -Dsystemdsystemunitdir=no \ -Dsystemd=false \ -Delogind=true \ |