Commit 22d92a9f authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play trueconf: fix download link for p11 (eterbug #17809)

parent 3670b31e
...@@ -14,12 +14,12 @@ epmopt='' ...@@ -14,12 +14,12 @@ epmopt=''
distrversion=$(epm print info -v) distrversion=$(epm print info -v)
case "$(epm print info -e)" in case "$(epm print info -e)" in
ALTLinux/Sisyphus) ALTLinux/Sisyphus)
URL="https://mirror.trueconf.ru/altlinux/p10/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm" URL="https://mirror.trueconf.ru/altlinux/p11/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm"
# TODO: we need repack, they change files in a home dir # TODO: we need repack, they change files in a home dir
epmopt='--direct --repack' epmopt='--direct --repack'
;; ;;
ALTLinux/p11) ALTLinux/p11)
URL="https://mirror.trueconf.ru/altlinux/p10/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm" URL="https://mirror.trueconf.ru/altlinux/p11/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm"
# we need repack, they change files in a home dir # we need repack, they change files in a home dir
epmopt='--direct --repack' epmopt='--direct --repack'
;; ;;
......
...@@ -11,7 +11,7 @@ PRODUCTDIR=/opt/trueconf/client ...@@ -11,7 +11,7 @@ PRODUCTDIR=/opt/trueconf/client
# follow original requires # follow original requires
reqs="$(epm requires "$ORIGINPACKAGE")" reqs="$(epm requires "$ORIGINPACKAGE")"
[ -n "$reqs" ] && add_requires $reqs [ -n "$reqs" ] && add_requires "$(echo $reqs | sed -e 's|pulseaudio||g' )"
# for old trueconf (before 8.4.0.1957) # for old trueconf (before 8.4.0.1957)
[ -d .$PRODUCTDIR ] || PRODUCTDIR=/opt/$PRODUCT [ -d .$PRODUCTDIR ] || PRODUCTDIR=/opt/$PRODUCT
......
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