[Rpm-maint] [rpm] fixes for OS X (#57)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Tue Feb 9 05:55:59 UTC 2016
> @@ -230,9 +230,9 @@ rpmvar_DATA =
>
> install-exec-hook:
> @rm -f $(DESTDIR)$(bindir)/rpmquery
> - @LN_S@ ../../bin/rpm $(DESTDIR)$(bindir)/rpmquery
> + @LN_S@ rpm $(DESTDIR)$(bindir)/rpmquery
This is a problem here. I have no idea where "rpm" exists in this symlink creation call, since it's not forcing it to be `/bin/rpm`.
When you're building and installing for OS X, is `rpm` still being installed to `/bin`?
---
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/57/files#r52270194
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20160208/f8e7a1d3/attachment.html>
More information about the Rpm-maint
mailing list