Commit 2048bb67 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack unigine: fix main dir packing

parent dd738aae
......@@ -28,6 +28,9 @@ for i in *x86* ; do
remove_file $PRODUCTDIR/bin/$i
done
pack_dir $PRODUCTDIR
pack_dir $PRODUCTDIR/bin
add_bin_link_command $PRODUCT /usr/bin/heaven
epm assure patchelf || exit
......
......@@ -44,6 +44,9 @@ remove_file /postinstall.sh
remove_file /uninstall.sh
remove_file /version
pack_dir $PRODUCTDIR
pack_dir $PRODUCTDIR/bin
# lib.req: ERROR: .../opt/unigine-superposition/bin/qt/lib/libssl.so: library libcrypto.so.1.0.0 not found
a= patchelf --remove-needed libcrypto.so.1.0.0 $BUILDROOT$PRODUCTDIR/bin/qt/lib/libssl.so
......
......@@ -28,6 +28,10 @@ for i in *x86* ; do
remove_file $PRODUCTDIR/bin/$i
done
pack_dir $PRODUCTDIR
pack_dir $PRODUCTDIR/bin
add_bin_link_command $PRODUCT /usr/bin/valley
epm assure patchelf || exit
......
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