Commit eb608837 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play max: update for new package structure

parent 333bf017
......@@ -15,6 +15,8 @@ filename=$(eget -O- https://download.max.ru/linux/deb/dists/stable/main/binary-a
VERSION=$(echo "$filename" | sed 's/^MAX-//' | cut -d. -f1-3)
PKGBASEURL="https://download.max.ru/linux"
pkgtype=$(epm print info -p)
distr="$(epm print info -s)"
case $pkgtype in
......
......@@ -13,4 +13,4 @@ move_to_opt
fix_desktop_file /usr/share/max/bin/max
add_bin_link_command $PRODUCT /opt/$PRODUCT/bin/$PRODUCT
add_bin_link_command $PRODUCT $PRODUCTDIR/bin/$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