This commit is contained in:
parent
960701a624
commit
7cbceed8e5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ for res in "${resolutions[@]}"; do
|
|||
cp ./browser/chrome/icons/default/default${res}.png %{buildroot}%{_datadir}/icons/hicolor/${res}x${res}/apps/librewolf.png
|
||||
done
|
||||
# Remove the broken RPATH... hopefully it's only a problem for this file
|
||||
patchelf --remove-rpath /usr/share/librewolf/libonnxruntime.so
|
||||
patchelf --remove-rpath ./libonnxruntime.so
|
||||
# move the stuff to /usr/share/librewolf
|
||||
mv ./* %{buildroot}%{_datadir}/librewolf/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue