Commit e5deae88 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: fix onlyoffice-desktopeditors

parent 354743f8
......@@ -20,11 +20,11 @@ done
epm assure patchelf || exit
for i in $BUILDROOT/opt/onlyoffice/desktopeditors/{libQt5Core.so.*,libicui18n.so,libicui18n.so.*,libicuuc.so,libicuuc.so.*} ; do
a= patchelf --set-rpath '$ORIGIN/' $i || continue
a= patchelf --add-rpath '$ORIGIN/' $i || continue
done
for i in $BUILDROOT/opt/onlyoffice/desktopeditors/converter/*.so ; do
a= patchelf --set-rpath '$ORIGIN/../' $i || continue
a= patchelf --add-rpath '$ORIGIN/../' $i || continue
done
subst '1iAutoReq:no' $SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment