From 0e76b96defeadfd69f5607b8f719641f6cca3c6a Mon Sep 17 00:00:00 2001 From: attus Date: Mon, 14 Oct 2019 20:26:37 +0200 Subject: [PATCH] systemd,gnome-keyring: /lib/security -> /usr/lib/ --- gnome-keyring/compile | 2 +- gnome-keyring/maintainer | 2 +- systemd/compile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-keyring/compile b/gnome-keyring/compile index 6629848d6..5559e1634 100644 --- a/gnome-keyring/compile +++ b/gnome-keyring/compile @@ -2,4 +2,4 @@ ub_compile \ --enable-pam \ - --with-pam-dir=/lib/security + --with-pam-dir=/usr/lib/security diff --git a/gnome-keyring/maintainer b/gnome-keyring/maintainer index 7a534c899..210c37c94 100644 --- a/gnome-keyring/maintainer +++ b/gnome-keyring/maintainer @@ -1 +1 @@ -Páder Rezső +Kiss Attila diff --git a/systemd/compile b/systemd/compile index ce01e747e..ae5fb1d22 100644 --- a/systemd/compile +++ b/systemd/compile @@ -7,7 +7,7 @@ ub_compile \ -Dsplit-usr=false \ - -Dpamlibdir=/lib/security \ + -Dpamlibdir=/usr/lib/security \ -Dntp-servers=pool.ntp.org \ -Ddefault-dnssec=no \ -Dlink-udev-shared=true \