Commit b2cb8c4a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play bitrix64: repack on Sisyphus

parent 15c42511
......@@ -19,6 +19,6 @@ case $pkgtype in
esac
repack=''
#[ "$(epm print info -s)" = "alt" ] && repack='--repack'
[ "$(epm print info -s)/$(epm print info -r)" = "alt/Sisyphus" ] && repack='--repack'
epm install $repack "$PKGURL"
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=bitrix24
UNIREQUIRES='libnotify.so.4'
. $(dirname $0)/common.sh
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