Commit 18706bdc authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm repack: dont detect requires for Full AppImage bundle

parent e839f940
......@@ -10,8 +10,10 @@ PKG="$4"
. $(dirname $0)/common.sh
# detect requires by libs
add_libs_requires
# detect requires by libs (skip Full AppImage bundle)
if [ ! -f "$BUILDROOT$PRODUCTDIR/.bundle.yml" ] ; then
add_libs_requires
fi
# FIXME: hack for nonstandart name
pd="$(echo $BUILDROOT/opt/*)"
......
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