diff options
Diffstat (limited to 'extra/gnome-keyring')
-rw-r--r-- | extra/gnome-keyring/.footprint | 6 | ||||
-rw-r--r-- | extra/gnome-keyring/Pkgfile | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/extra/gnome-keyring/.footprint b/extra/gnome-keyring/.footprint index 108da8f45..a3ee3c612 100644 --- a/extra/gnome-keyring/.footprint +++ b/extra/gnome-keyring/.footprint @@ -34,6 +34,7 @@ drwxr-xr-x root/root usr/lib/gnome-keyring/devel/ -rwxr-xr-x root/root usr/lib/gnome-keyring/devel/gck-ssh-store-standalone.so -rwxr-xr-x root/root usr/lib/gnome-keyring/devel/gck-user-store-standalone.la -rwxr-xr-x root/root usr/lib/gnome-keyring/devel/gck-user-store-standalone.so +-rwxr-xr-x root/root usr/lib/gnome-keyring/gnome-keyring-ask -rwxr-xr-x root/root usr/lib/gnome-keyring/gnome-keyring-pkcs11.la -rwxr-xr-x root/root usr/lib/gnome-keyring/gnome-keyring-pkcs11.so drwxr-xr-x root/root usr/lib/gnome-keyring/standalone/ @@ -55,8 +56,9 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gcr-0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gnome-keyring-1.pc -rw-r--r-- root/root usr/lib/pkgconfig/gp11-0.pc -drwxr-xr-x root/root usr/libexec/ --rwxr-xr-x root/root usr/libexec/gnome-keyring-ask +drwxr-xr-x root/root usr/lib/security/ +-rwxr-xr-x root/root usr/lib/security/pam_gnome_keyring.la +-rwxr-xr-x root/root usr/lib/security/pam_gnome_keyring.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/services/ diff --git a/extra/gnome-keyring/Pkgfile b/extra/gnome-keyring/Pkgfile index a9c40aaef..ad5d2d690 100644 --- a/extra/gnome-keyring/Pkgfile +++ b/extra/gnome-keyring/Pkgfile @@ -12,7 +12,7 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versio build() { cd $name-$version ./configure --prefix=$GNOME_PREFIX \ - --libexecdir=$GNOME_PREFIX/lib/gnome-keyring + --libexecdir=$GNOME_PREFIX/lib/gnome-keyring \ --sysconfdir=/etc make make DESTDIR=$PKG install |