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

epm play yandex-messanger: rename package chats to yandex-messenger

parent 198bd0d8
#!/bin/sh
PKGNAME=chats
PKGNAME=yandex-messenger
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Yandex Messenger is designed for communication: send text messages, make audio and video calls in private and group chats, subscribe to and create channels."
......
......@@ -3,6 +3,10 @@
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PKGNAME="yandex-messenger"
subst "s|^Name:.*|Name: $PKGNAME|" $SPEC
PRODUCTDIR=/opt/yandex-messenger
PRODUCTCUR=yandex-messenger
. $(dirname $0)/common-chromium-browser.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