Commit cacd691e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack common.sh: check for BUILDROOT

parent a913dc07
......@@ -226,6 +226,8 @@ drop_embedded_reqs()
filter_from_requires "libGLESv2.so()" "libEGL.so()" "libffmpeg.so()"
}
[ -d "$BUILDROOT" ] || fatal "Run me only with epm repack <package>"
if [ -n "$PRODUCT" ] ; then
[ -n "$PRODUCTCUR" ] || PRODUCTCUR="$PRODUCT"
[ -n "$PRODUCTDIR" ] || PRODUCTDIR="/opt/$PRODUCTCUR"
......
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