[mate-keyring] Fix directory ownership

leigh123linux leigh123linux at fedoraproject.org
Tue Oct 23 13:13:05 UTC 2012


commit 068a6235c74ffebb14816af2821a1faee78753a2
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 23 10:49:00 2012 +0100

    Fix directory ownership

 mate-keyring.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mate-keyring.spec b/mate-keyring.spec
index 93e6f8b..046573a 100644
--- a/mate-keyring.spec
+++ b/mate-keyring.spec
@@ -58,7 +58,7 @@ NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static \
            --with-gtk=2.0 \
            --enable-pam \
-           --with-pam-dir=/%{_lib}/security \
+           --with-pam-dir=/%{_libdir}/security \
 
 # avoid unneeded direct dependencies
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -104,7 +104,7 @@ fi
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
 
 %files pam
-/%{_lib}/security/pam_mate_keyring.so
+%{_libdir}/security/pam_mate_keyring.so
 
 %files devel
 %{_includedir}/*


More information about the scm-commits mailing list