Commit c78c14a2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: run add_libs_requires by default

parent a1927b0d
......@@ -89,11 +89,3 @@ add_bin_cdexec_command $PRODUCT $PRODUCTDIR/AppRun
# Strange AppRun script uses args as path, so override path detection
subst "2iexport APPDIR=$PRODUCTDIR" $BUILDROOT/usr/bin/$PRODUCT
# detect requires by libs
add_libs_requires
if [ -f v8_context_snapshot.bin ] ; then
echo "electron based application detected, adding requires for it ..."
add_electron_deps
fi
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT="$3"
PKG="$4"
. $(dirname $0)/common.sh
# detect requires by libs
add_libs_requires
if [ -f v8_context_snapshot.bin ] ; then
echo "electron based application detected, adding requires for it ..."
add_electron_deps
fi
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