Commit ca2bf407 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play obs-linuxbrowser: replace soversion according to the new libobs version (eterbug #18264)

parent a5074b88
...@@ -19,6 +19,10 @@ mkdir -p usr/share/obs/obs-plugins/obs-linuxbrowser/ ...@@ -19,6 +19,10 @@ mkdir -p usr/share/obs/obs-plugins/obs-linuxbrowser/
install -Dm755 bin/64bit/* usr/lib64/obs-plugins/ install -Dm755 bin/64bit/* usr/lib64/obs-plugins/
cp -R data/* usr/share/obs/obs-plugins/obs-linuxbrowser/ cp -R data/* usr/share/obs/obs-plugins/obs-linuxbrowser/
epm assure patchelf
patchelf --replace-needed "libobs.so.0" "libobs.so.30" "usr/lib64/obs-plugins/libobs-linuxbrowser.so"
PKGNAME=$PRODUCT-$VERSION PKGNAME=$PRODUCT-$VERSION
erc pack $PKGNAME.tar usr || fatal erc pack $PKGNAME.tar usr || fatal
......
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