#29 Link should not reference absolute path
Merged by ngompa. Opened by mkurz.
fedora-asahi/ mkurz/mesa no_absolute_link  into  asahi

Download 29.patch

While working on making steam and the overlays work on ALARM, I saw that that this is the only absolute link.
Since everywhere else relative links are used I thought why not change this one as well.

Wouldn't changing to ln -sr %{buildroot}%{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 also work here?

I guess yes, however I was just following how other ln commands in this spec file were set up.

Pull-Request has been merged by ngompa

Ah okay, LGTM. Thanks!

Metadata