From a7b3b2b4a95ba03c09f64b93be25920e62714239 Mon Sep 17 00:00:00 2001 From: wallenstein Date: Sun, 13 Oct 2024 15:43:32 +0300 Subject: [PATCH] Update srcpkgs/ayugram-desktop/template update --- srcpkgs/ayugram-desktop/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ayugram-desktop/template b/srcpkgs/ayugram-desktop/template index d98d453..982c86a 100644 --- a/srcpkgs/ayugram-desktop/template +++ b/srcpkgs/ayugram-desktop/template @@ -13,11 +13,13 @@ checksum="4840425c4f476cdf5a4558740fc0280297e365c7f02ad4dfd1feb2b79171b9cb" do_install() { local binfile="${DESTDIR}/usr/bin/ayugram-desktop" - cp ${XBPS_BUILDDIR}/ayugram-desktop-${version} ${binfile} + cp ${wrksrc}/ayugram-desktop-${version} ${binfile} chmod 755 ${binfile} + mkdir -p ${DESTDIR}/usr/share/applications vinstall ayugram.desktop 644 usr/share/applications + mkdir -p ${DESTDIR}/usr/share/icons/hicolor/256x256/apps install -Dm644 ${FILESDIR}/ayuchan.png ${DESTDIR}/usr/share/icons/hicolor/256x256/apps/ayuchan.png }