From b1b63063e0da8518e89b485bc4d2827ba2e3fdcf Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 28 Jul 2011 14:34:34 +0200 Subject: Make p11-kit-proxy.so link point to libp11-kit.so.0.0.0 * The link now points to the actual library, rather than to another link. https://bugzilla.redhat.com/show_bug.cgi?id=725905 --- p11-kit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index 90f0387..da06ebd 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -51,4 +51,4 @@ EXTRA_DIST = \ # Proxy module is actually same as library, so install a link install-exec-hook: - $(LN_S) libp11-kit.so $(DESTDIR)$(libdir)/p11-kit-proxy.so \ No newline at end of file + $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.so` $(DESTDIR)$(libdir)/p11-kit-proxy.so -- cgit v1.1