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?
ln -sr %{buildroot}%{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0
I guess yes, however I was just following how other ln commands in this spec file were set up.
ln
Pull-Request has been merged by ngompa
Ah okay, LGTM. Thanks!
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.