Commit 0bda8f8e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack vkteams: fix packing on Sisyphys (ALT bug 44851)

parent 58d1f90b
......@@ -50,3 +50,10 @@ mkdir -p $BUILDROOT/usr/share/pixmaps/
epm tool eget -O $BUILDROOT/usr/share/pixmaps/$PRODUCT.png $ICONURL
[ -s $BUILDROOT/usr/share/pixmaps/$PRODUCT.png ] && pack_file /usr/share/pixmaps/$PRODUCT.png || echo "Can't download icon for the program."
subst "s|.*$PRODUCTDIR/unittests.*||" $SPEC
epm assure patchelf || exit
cd $BUILDROOT$PRODUCTDIR
for i in QtQuick/Controls.2/libqtquickcontrols2plugin.so ; do
a= patchelf --set-rpath '$ORIGIN/../..' $i
done
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