From 4cfd8d0ecf7220f0ae06c144c58e877307704363 Mon Sep 17 00:00:00 2001 From: wallenstein Date: Sun, 13 Oct 2024 14:56:22 +0300 Subject: [PATCH] Update srcpkgs/ayugram-desktop/template fix --- srcpkgs/ayugram-desktop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ayugram-desktop/template b/srcpkgs/ayugram-desktop/template index c2e424d..f744d68 100644 --- a/srcpkgs/ayugram-desktop/template +++ b/srcpkgs/ayugram-desktop/template @@ -11,7 +11,7 @@ checksum="f58498d79c008faa305eaab393fe241592d8547ecc2420f8ab68316eae9c743d" do_install() { # Распакуйте архив - tar -xJvf ${distfiles}/ayugram-desktop-${version}.tar.xz -C ${DESTDIR}/usr/bin ayugram-desktop + tar -xJvf ${FILESDIR}/ayugram-desktop-${version}.tar.xz -C ${DESTDIR}/usr/bin ayugram-desktop # Установка прав на исполняемый файл chmod 755 ${DESTDIR}/usr/bin/ayugram-desktop