Commit 5a9007a8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack.d 1c-connect.sh: fix unpacking

parent a98b3249
...@@ -9,7 +9,7 @@ echo "$TAR" | grep -q "1C-Connect-Linux-x64.tar.gz" || fatal "Use only for 1C-Co ...@@ -9,7 +9,7 @@ echo "$TAR" | grep -q "1C-Connect-Linux-x64.tar.gz" || fatal "Use only for 1C-Co
mkdir opt mkdir opt
erc unpack $TAR || fatal erc unpack $TAR || fatal
mv 1C-Connect-Linux-x64.tar opt/$PRODUCT mv 1C-Connect-Linux-x64* opt/$PRODUCT
echo "true" > ./opt/$PRODUCT/app/bin/updater echo "true" > ./opt/$PRODUCT/app/bin/updater
......
...@@ -8,6 +8,7 @@ SPEC="$2" ...@@ -8,6 +8,7 @@ SPEC="$2"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
# see https://bugzilla.altlinux.org/47890
# hack due broken provides in libcurl-gnutls-compat # hack due broken provides in libcurl-gnutls-compat
ignore_lib_requires "libcurl-gnutls.so.4" ignore_lib_requires "libcurl-gnutls.so.4"
add_requires "libcurl-gnutls.so.4(64bit)" add_requires "libcurl-gnutls.so.4(64bit)"
......
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