aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-keyring/libtool.workarround.patch
blob: 5dcc43ea31b1c8e0b83d0350c2a2199d9700055e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff -uNr gnome-keyring-2.28.2.orig//pkcs11/roots-store/Makefile.am gnome-keyring-2.28.2/pkcs11/roots-store/Makefile.am
--- gnome-keyring-2.28.2.orig//pkcs11/roots-store/Makefile.am	2010-03-26 09:01:11.000000000 +0100
+++ gnome-keyring-2.28.2/pkcs11/roots-store/Makefile.am	2010-03-26 09:00:33.000000000 +0100
@@ -22,7 +22,7 @@
 # ------------------------------------------------------------------------------
 # The standalone module 
 
-moduledir = $(libdir)/gnome-keyring/standalone/
+moduledir = $(libdir)/gnome-keyring/standalone
 
 module_LTLIBRARIES = \
 	gck-roots-store-standalone.la
diff -uNr gnome-keyring-2.28.2/pkcs11/ssh-store/Makefile.am gnome-keyring-2.28.2.new/pkcs11/ssh-store/Makefile.am
--- gnome-keyring-2.28.2/pkcs11/ssh-store/Makefile.am	2009-11-10 03:43:05.000000000 +0100
+++ gnome-keyring-2.28.2.new/pkcs11/ssh-store/Makefile.am	2010-03-26 09:04:22.000000000 +0100
@@ -24,7 +24,7 @@
 # ------------------------------------------------------------------------------
 # The standalone module 
 
-moduledir = $(libdir)/gnome-keyring/devel/
+moduledir = $(libdir)/gnome-keyring/devel
 
 module_LTLIBRARIES = \
 	gck-ssh-store-standalone.la
diff -uNr gnome-keyring-2.28.2/pkcs11/user-store/Makefile.am gnome-keyring-2.28.2.new/pkcs11/user-store/Makefile.am
--- gnome-keyring-2.28.2/pkcs11/user-store/Makefile.am	2009-12-14 15:38:07.000000000 +0100
+++ gnome-keyring-2.28.2.new/pkcs11/user-store/Makefile.am	2010-03-26 09:09:59.000000000 +0100
@@ -24,7 +24,7 @@
 # ------------------------------------------------------------------------------
 # The standalone module 
 
-moduledir = $(libdir)/gnome-keyring/devel/
+moduledir = $(libdir)/gnome-keyring/devel
 
 module_LTLIBRARIES = \
 	gck-user-store-standalone.la
diff -uNr gnome-keyring-2.28.2/pkcs11/rpc-layer/Makefile.am gnome-keyring-2.28.2.new/pkcs11/rpc-layer/Makefile.am
--- gnome-keyring-2.28.2/pkcs11/rpc-layer/Makefile.am	2009-11-10 03:45:14.000000000 +0100
+++ gnome-keyring-2.28.2.new/pkcs11/rpc-layer/Makefile.am	2010-03-26 09:10:40.000000000 +0100
@@ -34,7 +34,7 @@
 # ------------------------------------------------------------------------------
 # The module code, built as the public gnome-keyring module
 
-moduledir = $(libdir)/gnome-keyring/
+moduledir = $(libdir)/gnome-keyring
 
 module_LTLIBRARIES = \
 	gnome-keyring-pkcs11.la