]> granicus.if.org Git - p11-kit/commitdiff
Make p11-kit-proxy.so link point to libp11-kit.so.0.0.0
authorStef Walter <stefw@collabora.co.uk>
Thu, 28 Jul 2011 12:34:34 +0000 (14:34 +0200)
committerStef Walter <stefw@collabora.co.uk>
Thu, 28 Jul 2011 12:34:34 +0000 (14:34 +0200)
 * 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

index 90f0387817825c5c9cc657bda05d7368a84b5829..da06ebdd277268cb36be6838c3884915cd1d2ff3 100644 (file)
@@ -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