diff --git a/srcpkgs/ayugram-desktop/template b/srcpkgs/ayugram-desktop/template index 35895b1..c2e424d 100644 --- a/srcpkgs/ayugram-desktop/template +++ b/srcpkgs/ayugram-desktop/template @@ -11,7 +11,7 @@ checksum="f58498d79c008faa305eaab393fe241592d8547ecc2420f8ab68316eae9c743d" do_install() { # Распакуйте архив - tar -xvf ${distfiles} -C ${DESTDIR}/usr/bin ayugram-desktop + tar -xJvf ${distfiles}/ayugram-desktop-${version}.tar.xz -C ${DESTDIR}/usr/bin ayugram-desktop # Установка прав на исполняемый файл chmod 755 ${DESTDIR}/usr/bin/ayugram-desktop