Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=725905

--- Comment #8 from Kalev Lember <[email protected]> 2011-07-27 17:21:32 
EDT ---
I am not sure how to best do it either; anything I can come up with seems
needlessly fragile. The following with readlink works at least:

 install-exec-hook:
-       $(LN_S) libp11-kit.so $(DESTDIR)$(libdir)/p11-kit-proxy.so
+       $(LN_S) `readlink $(DESTDIR)$(libdir)/libp11-kit.so`
$(DESTDIR)$(libdir)/p11-kit-proxy.so

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to